X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirElement.h;h=4540ce16d26abec5aae39ac882d0231345a16f78;hb=3a9e9df62b3198c4f93d1768074b6be828ac7308;hp=bffec0cc21b1bf8c52db56dd8814940a43a568ef;hpb=6003c9cbddd74caa0f6a7de58d5f1e3f8a4c38c4;p=gdcm.git diff --git a/src/gdcmDicomDirElement.h b/src/gdcmDicomDirElement.h index bffec0cc..4540ce16 100644 --- a/src/gdcmDicomDirElement.h +++ b/src/gdcmDicomDirElement.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirElement.h,v $ Language: C++ - Date: $Date: 2005/02/06 14:31:09 $ - Version: $Revision: 1.26 $ + Date: $Date: 2005/02/11 15:22:18 $ + Version: $Revision: 1.28 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -35,6 +35,30 @@ typedef std::list ListDicomDirStudyElem; typedef std::list ListDicomDirSerieElem; typedef std::list ListDicomDirImageElem; +// For future use (Full DICOMDIR) +/* +typedef std::list ListDicomDirVisit; +typedef std::list ListDicomDirResult; +typedef std::list ListDicomDirStudyComponent; + +typedef std::list ListDicomDirOverlay; +typedef std::list ListDicomDirModalityLut; +typedef std::list ListDicomDirModalityLut; +typedef std::list ListDicomDirCurve; +typedef std::list ListDicomDirStoredPrint; +typedef std::list ListDicomDirRtDose; +typedef std::list ListDicomDirRtStructureSet; +typedef std::list ListDicomDirRtPlan; +typedef std::list ListDicomDirRtTreatRecord; +typedef std::list ListDicomDirPresentation; +typedef std::list ListDicomDirSrDocument; +typedef std::list ListDicomDirKeyObjectDoc; +typedef std::list ListDicomDirSpectroscopy; +typedef std::list ListDicomDirRawData; +typedef std::list ListDicomDirRegistration; +typedef std::list ListDicomDirFiducial; +*/ + //----------------------------------------------------------------------------- /** * \brief Represents elements contained in a DicomDir class @@ -89,6 +113,10 @@ public: // Public method to add an element bool AddEntry(DicomDirType type, Element const &elem); + // Only one instance of ddElem + void AddDicomDirElement(DicomDirType type, + uint16_t group, uint16_t elem); + private: /// Elements chained list, related to the MetaElements of DICOMDIR ListDicomDirMetaElem DicomDirMetaList;