X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirElement.h;h=cfbb4c638d0aa0df54af3dd1d08bf42bad4eb8ac;hb=00be59e3db4bb1efcb3ac7980822863d1f7b92e5;hp=2c9a561ebc2d0ce2dead6fb121cb88c096b40305;hpb=eb835becc89cc1b8a1dc1f122f54b7659a6127be;p=gdcm.git diff --git a/src/gdcmDicomDirElement.h b/src/gdcmDicomDirElement.h index 2c9a561e..cfbb4c63 100644 --- a/src/gdcmDicomDirElement.h +++ b/src/gdcmDicomDirElement.h @@ -25,8 +25,8 @@ typedef std::list ListDicomDirSerieElem; typedef std::list ListDicomDirImageElem; //----------------------------------------------------------------------------- -/* - * \defgroup gdcmDicomDirElement +/** + * \ingroup gdcmDicomDirElement * \brief gdcmDicomDirElement represents elements contained in a dicom dir * */ @@ -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; };