X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fgdcm.h;h=a3d7ad5ce56ba4f800b89326061327684a0d717b;hb=bafdfafe6c1b30607035fc4018c0405169b348e8;hp=f7ec8fc6cb367fc68e93c6cefc99462663288e37;hpb=15d7b1b38f5ddb59d395e0e4e3f9b0250eb90eec;p=gdcm.git diff --git a/src/gdcm.h b/src/gdcm.h index f7ec8fc6..a3d7ad5c 100644 --- a/src/gdcm.h +++ b/src/gdcm.h @@ -1,5 +1,5 @@ // gdcm.h - +//----------------------------------------------------------------------------- #ifndef GDCM_H #define GDCM_H @@ -10,8 +10,8 @@ // unsigned 16 bit integers in Dicom) expressed in hexadecimal. // Example: consider the tag given as (group, element) = (0x0010, 0x0010). // Then the corresponding TagKey shall be the string 0010|0010 (where -// the | (pipe symbol) acts as a separator). Refer to -// gdcmDictEntry::TranslateToKey for this conversion function. +// the | (pipe symbol) acts as a separator). +// Refer to gdcmDictEntry::TranslateToKey for this conversion function. #include "gdcmException.h" #include "gdcmCommon.h" @@ -20,16 +20,13 @@ #include "gdcmDict.h" #include "gdcmDictSet.h" -#include "gdcmElValue.h" -#include "gdcmElValSet.h" +#include "gdcmParser.h" + +#include "gdcmHeaderEntry.h" #include "gdcmHeader.h" #include "gdcmHeaderHelper.h" -#include "gdcmIdo.h" #include "gdcmFile.h" -//#include "gdcmTS.h" -//#include "gdcmVR.h" -//#include "gdcmUtil.h" - +//----------------------------------------------------------------------------- #endif // #ifndef GDCM_H