]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirElement.cxx
* src/gdcmCommon.h: FileType enum entry DICOMDIR removed (since
[gdcm.git] / src / gdcmDicomDirElement.cxx
index be6ce16577dbf4e161370392a78c81a2c047f770..e9558e9b0d6447f4760f2c275f086fdb8647c5e9 100644 (file)
 #include "gdcmDicomDirElement.h"
 #include "gdcmUtil.h"
 #include "gdcmDebug.h"
+#include "gdcmDictSet.h"
 
 #ifndef PUB_DICT_PATH
 #  define PUB_DICT_PATH     "../Dicts/"
 #endif
 #define DICT_ELEM "DicomDir.dic"
 
-
+/**
+ * \ingroup gdcmDicomDirElement
+ * \brief   Class for the chained lists from the file 'Dicts/DicomDir.dic'
+ */
 //-----------------------------------------------------------------------------
 // Constructor / Destructor