X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmDicomEntry.h;h=8a3efee6b47b05082a1217cbf0c97d55760775cc;hb=209f09716365d35c7cdc5b94684d1d1fb00335c7;hp=513c2d9cbad20eb8ada49c5a906768b6da4db0b2;hpb=17ebda2271dd65565f512e835546b22c22ebbbb0;p=gdcm.git diff --git a/src/gdcmDicomEntry.h b/src/gdcmDicomEntry.h index 513c2d9c..8a3efee6 100644 --- a/src/gdcmDicomEntry.h +++ b/src/gdcmDicomEntry.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomEntry.h,v $ Language: C++ - Date: $Date: 2006/04/11 16:03:26 $ - Version: $Revision: 1.10 $ + Date: $Date: 2006/04/13 08:06:56 $ + Version: $Revision: 1.11 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -55,6 +55,10 @@ public: /// @return the Dicom Element Number const uint16_t &GetElement() const { return Tag[1]; } + /// \brief Returns the Dicom Tag Key + /// @return the Dicom Tag Key + const TagKey &GetKey() const { return Tag; } + /// \brief Set the Dicom Value Representation /// \param vr the Dicom Value Representation virtual void SetVR(VRKey const &vr) { VR = vr; }