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