]> Creatis software - gdcm.git/blobdiff - src/gdcm.h
* removal of file gdcmHeader2.cxx
[gdcm.git] / src / gdcm.h
index f7ec8fc6cb367fc68e93c6cefc99462663288e37..a3d7ad5ce56ba4f800b89326061327684a0d717b 100644 (file)
@@ -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"
 #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