X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmCommon.h;h=416cc3c4caf2b535de3c0134177a628327f68988;hb=b9ab864bfba21c5ee320d0223afac0ec115423ce;hp=e7875ede4d3f2f703ad6c0f6bc5aeb585eb69063;hpb=9aa702d6397e3e490263a0791dd6c8ed2f3d1e83;p=gdcm.git diff --git a/src/gdcmCommon.h b/src/gdcmCommon.h index e7875ede..416cc3c4 100644 --- a/src/gdcmCommon.h +++ b/src/gdcmCommon.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmCommon.h,v $ Language: C++ - Date: $Date: 2005/10/19 13:17:04 $ - Version: $Revision: 1.99 $ + Date: $Date: 2006/01/10 15:54:03 $ + Version: $Revision: 1.102 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -21,6 +21,7 @@ #include "gdcmConfigure.h" #include "gdcmSystem.h" +#include "gdcmMacro.h" #include @@ -61,6 +62,8 @@ GDCM_EXPORT extern const std::string GDCM_PIXELDATA; GDCM_EXPORT extern const std::string GDCM_VRUNKNOWN; +GDCM_EXPORT extern const char GDCM_FILESEPARATOR; + /// \brief TagKey is made to hold the standard Dicom Tag /// (Group number, Element number) /// Instead of using the two '16 bits integers' as the Hask Table key, we @@ -128,9 +131,9 @@ enum LodModeType */ struct DicomElement { - /// DicomGroup number + /// Dicom Group number unsigned short int Group; - /// DicomElement number + /// Dicom Element number unsigned short int Elem; /// value (coded as a std::string) of the Element std::string Value;