]> Creatis software - gdcm.git/blobdiff - src/gdcm.h
* src/gdcmHeader.[cxx|h]:
[gdcm.git] / src / gdcm.h
index 9aa9d3d49feab5b3d6ad0d1993eb90bdac2ffcf5..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 "gdcmParser.h"
 #include "gdcmDocument.h"
-//#include "gdcmHeaderEntry.h"
-//#include "gdcmDocEntry.h"
 #include "gdcmHeader.h"
 #include "gdcmHeaderHelper.h"
 #include "gdcmFile.h"
 
 #include "gdcmUtil.h"
 
-//-----------------------------------------------------------------------------
 #endif