]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirElement.h
Zilch.
[gdcm.git] / src / gdcmDicomDirElement.h
index 2c9a561ebc2d0ce2dead6fb121cb88c096b40305..0099c1dfcef13d32076b94c8ecd158dc6a49491c 100644 (file)
@@ -79,10 +79,16 @@ public:
       {return(DicomDirImageList);};
 
 private:
+   /// gdcmElements chained list, related to the MetaElements of DICOMDIR
    ListDicomDirMetaElem    DicomDirMetaList;
+   /// gdcmElements chained list, related to the PatientElements of DICOMDIR
    ListDicomDirPatientElem DicomDirPatientList;
+   /// gdcmElements chained list, related to the StudyElements of DICOMDIR
    ListDicomDirStudyElem   DicomDirStudyList;
+   /// gdcmElements chained list, related to the SerieElements of DICOMDIR
    ListDicomDirSerieElem   DicomDirSerieList;
+   /// gdcmElements chained list, related to the ImageElements of DICOMDIR
+   
    ListDicomDirImageElem   DicomDirImageList;
 };