X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDictEntry.h;h=ac0250ee6695b99a4f37cb6172453b300a4c0b1e;hb=51cbcb8520d5fcb26ea0ceec99f58b8db9692876;hp=364dff5fc46406c279ff98ec510c75e25f6ae322;hpb=5f22851a18ff688fab8e1191e097dc9cbe25d5ce;p=gdcm.git diff --git a/src/gdcmDictEntry.h b/src/gdcmDictEntry.h index 364dff5f..ac0250ee 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/01/07 12:42:54 $ - Version: $Revision: 1.26 $ + Date: $Date: 2005/01/07 16:14:58 $ + Version: $Revision: 1.27 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -53,6 +53,10 @@ public: /// @return bool IsVRUnknown() { return VR == GDCM_UNKNOWN; } + /// \brief tells if the V(alue) M(ultiplicity) is known (?!) + /// @return + bool IsVMUnknown() { return VM == GDCM_UNKNOWN; } + /// \brief Returns the Dicom Group Number of the current DictEntry /// @return the Dicom Group Number uint16_t GetGroup() { return Group; }