]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirPatient.h
* Add the Copy method in all datas
[gdcm.git] / src / gdcmDicomDirPatient.h
index 42a4490316f9c249814552d24d5135043c23657d..c192970c346de65823c52b649f79d6c7bedf273e 100644 (file)
@@ -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();