X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDictEntry.h;h=24720c9369e9151fe7a1334cd27c837bd2f51c3e;hb=224876ca6cbe71952f2a1d66d9853eca7745d3a0;hp=b3e6ffa7f8a4c94fe6c23884933e09094109cb5e;hpb=33b1eec26f02131242fbfdef52184b24763cf4e6;p=gdcm.git diff --git a/src/gdcmDictEntry.h b/src/gdcmDictEntry.h index b3e6ffa7..24720c93 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/11/29 17:21:34 $ - Version: $Revision: 1.44 $ + Date: $Date: 2007/09/17 12:16:02 $ + Version: $Revision: 1.47 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -16,14 +16,14 @@ =========================================================================*/ -#ifndef GDCMDICTENTRY_H -#define GDCMDICTENTRY_H +#ifndef _GDCMDICTENTRY_H_ +#define _GDCMDICTENTRY_H_ #include "gdcmRefCounter.h" #include "gdcmTagKey.h" #include "gdcmVRKey.h" -namespace gdcm +namespace GDCM_NAME_SPACE { //----------------------------------------------------------------------------- class VRKey; @@ -99,12 +99,12 @@ protected: ~DictEntry(); 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;