]> Creatis software - gdcm.git/blobdiff - src/gdcm.h
* src/gdcmCommon.h: FileType enum entry DICOMDIR removed (since
[gdcm.git] / src / gdcm.h
index 6425d7091e364c352ffbf0af61f58aae6a07f8c5..bae51665f76ae44ed824521fd8d5cca66861acd0 100644 (file)
@@ -1,17 +1,17 @@
 // gdcm.h
-
+//-----------------------------------------------------------------------------
 #ifndef GDCM_H
 #define GDCM_H
 
-////////////////////////////////////////////////////////////////////////////
+//-----------------------------------------------------------------------------
 // Tag based hash tables.
 // We shall use as keys the strings (as the C++ type) obtained by
 // concatenating the group value and the element value (both of type
 // 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 "gdcmFile.h"
 
-//#include "gdcmTS.h"
-//#include "gdcmVR.h"
-//#include "gdcmUtil.h"
+#include "gdcmUtil.h"
 
-#endif // #ifndef GDCM_H
+//-----------------------------------------------------------------------------
+#endif