X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomEntry.h;h=090801d10d0b6a1158c82f6c9ee101387918b4bd;hb=6278320cc85da00d2d56ffbf07806e84966892c3;hp=8a3efee6b47b05082a1217cbf0c97d55760775cc;hpb=a2ff155f7a4207aeb90e656691b2778f1836b9d3;p=gdcm.git diff --git a/src/gdcmDicomEntry.h b/src/gdcmDicomEntry.h index 8a3efee6..090801d1 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/13 08:06:56 $ - Version: $Revision: 1.11 $ + Date: $Date: 2007/09/17 12:21:56 $ + Version: $Revision: 1.14 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -16,15 +16,15 @@ =========================================================================*/ -#ifndef GDCMDICOMENTRY_H -#define GDCMDICOMENTRY_H +#ifndef _GDCMDICOMENTRY_H_ +#define _GDCMDICOMENTRY_H_ #include "gdcmCommon.h" #include "gdcmRefCounter.h" #include "gdcmVRKey.h" #include "gdcmTagKey.h" -namespace gdcm +namespace GDCM_NAME_SPACE { //----------------------------------------------------------------------------- /** @@ -81,12 +81,12 @@ protected: ~DicomEntry(); private: - /// Dicom \ref TagKey. Contains Dicom Group number and Dicom Element number + /// Dicom TagKey. Contains Dicom Group number and Dicom Element number TagKey Tag; /// \brief Value Representation i.e. some clue about the nature /// of the data represented e.g. - /// - "FD" short for "Floating Point Double"(see \ref VR) + /// - "FD" short for "Floating Point Double"(see VR) /// - "PN" short for "Person Name" VRKey VR; };