X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirElement.h;h=0099c1dfcef13d32076b94c8ecd158dc6a49491c;hb=c38654db595b51f0295f607c51172dae56d1d65d;hp=2c9a561ebc2d0ce2dead6fb121cb88c096b40305;hpb=eb835becc89cc1b8a1dc1f122f54b7659a6127be;p=gdcm.git diff --git a/src/gdcmDicomDirElement.h b/src/gdcmDicomDirElement.h index 2c9a561e..0099c1df 100644 --- a/src/gdcmDicomDirElement.h +++ b/src/gdcmDicomDirElement.h @@ -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; };