X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirElement.h;h=07bf7db38276a9201c6aa0d73d856b2ab396128a;hb=e1830579102f036e9e558320a21990a9438ec9ef;hp=9c739802c3bb0d6b9b21703e3154cc3f7b806ae2;hpb=7b3410ee413b056e0e599a4800ea836c8b56152b;p=gdcm.git diff --git a/src/gdcmDicomDirElement.h b/src/gdcmDicomDirElement.h index 9c739802..07bf7db3 100644 --- a/src/gdcmDicomDirElement.h +++ b/src/gdcmDicomDirElement.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirElement.h,v $ Language: C++ - Date: $Date: 2004/10/25 04:08:20 $ - Version: $Revision: 1.14 $ + Date: $Date: 2004/11/03 18:08:56 $ + Version: $Revision: 1.15 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -102,6 +102,11 @@ public: ListDicomDirImageElem const & GetDicomDirImageElements() const { return DicomDirImageList; }; + /** + * Public method to add an element + */ + bool AddNewEntry(std::string const & type, Element const & elem); + private: /// Elements chained list, related to the MetaElements of DICOMDIR ListDicomDirMetaElem DicomDirMetaList;