]> Creatis software - gdcm.git/blobdiff - src/gdcm.h
* src/gdcmDicSet.[h|cxx] : add virtual entries to have a reference of
[gdcm.git] / src / gdcm.h
index 802f5ed05ca7620b56cf497c1bf8a283158762ec..e1fd77c8adefc8e3dc126b2a1e936dc9e43aabe1 100644 (file)
@@ -1,5 +1,5 @@
 // gdcm.h
-
+//-----------------------------------------------------------------------------
 #ifndef GDCM_H
 #define GDCM_H
 
 // 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