X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fgdcm.h;h=7aa9fc3a445991c6652ffc3334309b7dba016dcb;hb=f8273351d460d9f04206e149febc8d1cc7af3fde;hp=802f5ed05ca7620b56cf497c1bf8a283158762ec;hpb=1d7f7845726ab0b4e4630575f629a554d5707576;p=gdcm.git diff --git a/src/gdcm.h b/src/gdcm.h index 802f5ed0..7aa9fc3a 100644 --- a/src/gdcm.h +++ b/src/gdcm.h @@ -1,5 +1,5 @@ // gdcm.h - +//----------------------------------------------------------------------------- #ifndef GDCM_H #define GDCM_H @@ -10,20 +10,21 @@ // 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" + #include "gdcmDictEntry.h" #include "gdcmDict.h" #include "gdcmDictSet.h" -#include "gdcmElValue.h" -#include "gdcmElValSet.h" + +#include "gdcmHeaderEntry.h" + #include "gdcmHeader.h" +#include "gdcmHeaderHelper.h" #include "gdcmFile.h" -//class gdcmSerie : gdcmFile; -//class gdcmMultiFrame : gdcmFile; - +//----------------------------------------------------------------------------- #endif // #ifndef GDCM_H