X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDocEntry.h;h=a756fa7d3d20bd4ca5488f63a35484819dc1b21c;hb=0bcc188c6d5185375f809253e8b9b97c856d2eac;hp=411fb108570ac3e964c67f2da0e8310db6f86f3d;hpb=745e3abcf3563cd15ebb92316d6dd800d8199340;p=gdcm.git diff --git a/src/gdcmDocEntry.h b/src/gdcmDocEntry.h index 411fb108..a756fa7d 100644 --- a/src/gdcmDocEntry.h +++ b/src/gdcmDocEntry.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocEntry.h,v $ Language: C++ - Date: $Date: 2007/08/22 16:14:04 $ - Version: $Revision: 1.69 $ + Date: $Date: 2007/09/17 12:16:02 $ + Version: $Revision: 1.71 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -42,7 +42,7 @@ class GDCM_EXPORT DocEntry : public RefCounter public: virtual void Print (std::ostream &os = std::cout, std::string const &indent = ""); virtual void WriteContent(std::ofstream *fp, FileType filetype, - bool insideMetaElements); + bool insideMetaElements, bool insideSequence); /// \brief Gets the DicEntry of the current Dicom entry /// @return The DicEntry of the current Dicom entry @@ -178,7 +178,7 @@ protected: /// \brief Value Representation (to avoid accessing Dicom Dict every time!) VRKey VR; // JPRx - /// \brief Dicom \ref TagKey. Contains Dicom Group number and Dicom Element number + /// \brief Dicom TagKey. Contains Dicom Group number and Dicom Element number /// (to avoid accessing Dicom Dict every time !) // JPRx TagKey Key; // JPRx private: