X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirPatient.h;h=c192970c346de65823c52b649f79d6c7bedf273e;hb=906464b1c71b1b623f8202a693e75a358a5bd965;hp=42a4490316f9c249814552d24d5135043c23657d;hpb=a585fafed1e72e092c6a1942c8692991c1688e7f;p=gdcm.git diff --git a/src/gdcmDicomDirPatient.h b/src/gdcmDicomDirPatient.h index 42a44903..c192970c 100644 --- a/src/gdcmDicomDirPatient.h +++ b/src/gdcmDicomDirPatient.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirPatient.h,v $ Language: C++ - Date: $Date: 2005/11/21 09:46:25 $ - Version: $Revision: 1.29 $ + Date: $Date: 2005/11/29 12:48:46 $ + Version: $Revision: 1.30 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -54,6 +54,8 @@ public: DicomDirStudy *GetNextStudy(); DicomDirStudy *GetLastStudy(); + virtual void Copy(DocEntrySet *set); + protected: DicomDirPatient(bool empty=false); ~DicomDirPatient();