X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDir.h;h=39c703b8595a924ba525f4ea9c75c82966e69ee4;hb=c67ffef593e7635d8dfa7d3fe63d702e5afafc3e;hp=f3f9b073e4f48101e4d9ec85dbad3629a886543d;hpb=060ddb1e7fabdfc43c258dfd575df80e4023fd32;p=gdcm.git diff --git a/src/gdcmDicomDir.h b/src/gdcmDicomDir.h index f3f9b073..39c703b8 100644 --- a/src/gdcmDicomDir.h +++ b/src/gdcmDicomDir.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDir.h,v $ Language: C++ - Date: $Date: 2005/01/20 11:09:23 $ - Version: $Revision: 1.49 $ + Date: $Date: 2005/01/25 11:11:58 $ + Version: $Revision: 1.50 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -100,6 +100,9 @@ public: DicomDirMeta *NewMeta(); DicomDirPatient *NewPatient(); + /// Removing + void ClearPatient(); + /// Write bool WriteDicomDir(std::string const &fileName); @@ -132,7 +135,7 @@ private: void SetElements(std::string const &path, VectDocument const &list); void SetElement (std::string const &path, DicomDirType type, Document *header); - void MoveSQItem(SQItem *dst,SQItem *src); + void MoveSQItem(DocEntrySet *dst,DocEntrySet *src); static bool HeaderLessThan(Document *header1, Document *header2);