X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirPatient.h;h=74345d8b57ac11e7307aacd274975c3a0063acd6;hb=b9b3962fbd7277e71fee5bcf49cf798583e98e69;hp=42a4490316f9c249814552d24d5135043c23657d;hpb=a585fafed1e72e092c6a1942c8692991c1688e7f;p=gdcm.git diff --git a/src/gdcmDicomDirPatient.h b/src/gdcmDicomDirPatient.h index 42a44903..74345d8b 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: 2007/05/23 14:18:08 $ + Version: $Revision: 1.31 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -21,7 +21,7 @@ #include "gdcmDicomDirObject.h" -namespace gdcm +namespace GDCM_NAME_SPACE { class DicomDirStudy; @@ -54,6 +54,8 @@ public: DicomDirStudy *GetNextStudy(); DicomDirStudy *GetLastStudy(); + virtual void Copy(DocEntrySet *set); + protected: DicomDirPatient(bool empty=false); ~DicomDirPatient();