]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirStudy.h
* Add the Copy method in all datas
[gdcm.git] / src / gdcmDicomDirStudy.h
index 6806dc2ffe17dd1c841d945999e23a6507e44464..afe52f85b3b498e83800740a92a02edacfab737c 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirStudy.h,v $
   Language:  C++
-  Date:      $Date: 2005/11/21 09:46:25 $
-  Version:   $Revision: 1.31 $
+  Date:      $Date: 2005/11/29 12:48:46 $
+  Version:   $Revision: 1.32 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -80,6 +80,8 @@ public:
    DicomDirStudyComponent *GetLastStudyComponent();
 */    
 
+   virtual void Copy(DocEntrySet *set);
+
 protected:
    DicomDirStudy(bool empty=false); 
    ~DicomDirStudy();