]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirPatient.h
Temporary removal of WriteDicomAsJPEG
[gdcm.git] / src / gdcmDicomDirPatient.h
index 42a4490316f9c249814552d24d5135043c23657d..74345d8b57ac11e7307aacd274975c3a0063acd6 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: 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();