]> Creatis software - gdcm.git/blobdiff - src/gdcm.h
* src/gdcmDocument.[h|cxx]:
[gdcm.git] / src / gdcm.h
index 1763c29ab8b5243ccdf87326590a561b4fae1784..fd2500fc48e3f51d74bceaf766c63e3df60b9055 100644 (file)
@@ -3,15 +3,8 @@
 #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.
+// General purpose include file. This file should be included by
+// external users of gdcm. It exposes the necessary API.
 
 #include "gdcmException.h"
 #include "gdcmCommon.h"
 #include "gdcmDict.h"
 #include "gdcmDictSet.h"
 
-#include "gdcmHeaderEntry.h"
-#include "gdcmHedaerEntrySet.h"
-
+#include "gdcmDocument.h"
 #include "gdcmHeader.h"
 #include "gdcmHeaderHelper.h"
 #include "gdcmFile.h"
 
-//-----------------------------------------------------------------------------
-#endif // #ifndef GDCM_H
+#include "gdcmUtil.h"
+
+#endif