X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgdcm.h;h=a3d7ad5ce56ba4f800b89326061327684a0d717b;hb=bafdfafe6c1b30607035fc4018c0405169b348e8;hp=6425d7091e364c352ffbf0af61f58aae6a07f8c5;hpb=99ba2ce9a2b6d173ecf7be6e87f56ff37dfcb345;p=gdcm.git diff --git a/src/gdcm.h b/src/gdcm.h index 6425d709..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,15 +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 "gdcmFile.h" -//#include "gdcmTS.h" -//#include "gdcmVR.h" -//#include "gdcmUtil.h" - +//----------------------------------------------------------------------------- #endif // #ifndef GDCM_H