X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmDictEntry.h;h=e2cecb8fc17098b7ee3bd3348a1f768fea65d21e;hb=4fbe563dc18455266f880586fa2aca2cfb1012bc;hp=d6766fb971112a0f364afb71dbebb7d164c05eff;hpb=12a274bc7f2ed75439e0451bb5e9ff2b612e8aa2;p=gdcm.git diff --git a/src/gdcmDictEntry.h b/src/gdcmDictEntry.h index d6766fb9..e2cecb8f 100644 --- a/src/gdcmDictEntry.h +++ b/src/gdcmDictEntry.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDictEntry.h,v $ Language: C++ - Date: $Date: 2005/10/21 07:38:00 $ - Version: $Revision: 1.40 $ + Date: $Date: 2005/11/05 13:24:39 $ + Version: $Revision: 1.43 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -32,13 +32,12 @@ namespace gdcm * i.e. the Group number * the Element number * - the VR (Value Representation) - * - the VM (Value Multplicity) + * - the VM (Value Multiplicity) * - the corresponding name in english */ class GDCM_EXPORT DictEntry : public DicomEntry { -public: - gdcmTypeMacro(DictEntry) + gdcmTypeMacro(DictEntry); public: static DictEntry *New(uint16_t group, uint16_t elem, @@ -72,10 +71,10 @@ protected: TagName const &name = GDCM_UNKNOWN); private: - /// \brief Value Multiplicity (e.g. "1", "1-n", "6") + /// \brief Value Multiplicity (e.g. "1", "1-n", "2-n", "6") TagName VM; - /// e.g. "Patient's Name" + /// \brief English name of the entry (e.g. "Patient's Name") TagName Name; }; } // end namespace gdcm