]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirPatient.h
- now, DicomDir stuff stakes into account the 'new' structure
[gdcm.git] / src / gdcmDicomDirPatient.h
index ad11f96fa028ea1c72e68e9ac006bfd615717485..eb3e7bde343056ea731ce390aeec2805e829ba2a 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirPatient.h,v $
   Language:  C++
-  Date:      $Date: 2004/07/02 13:55:27 $
-  Version:   $Revision: 1.5 $
+  Date:      $Date: 2004/08/26 15:29:52 $
+  Version:   $Revision: 1.7 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -32,10 +32,10 @@ public:
    gdcmDicomDirPatient(gdcmSQItem *s, TagDocEntryHT *ptagHT); 
    gdcmDicomDirPatient(TagDocEntryHT *ptagHT); 
 
-   ~gdcmDicomDirPatient(void);
+   ~gdcmDicomDirPatient();
 
    virtual void Print(std::ostream &os = std::cout);
-
+   virtual void Write(FILE *fp, FileType t);
    /// Returns the STUDY chained List for this PATIENT.
    ListDicomDirStudy &GetDicomDirStudies() { return studies; };
 
@@ -43,7 +43,7 @@ public:
    void AddDicomDirStudy(gdcmDicomDirStudy *obj) { studies.push_back(obj); };
 
    ///  TODO
-   gdcmDicomDirStudy* NewStudy(void); 
+   gdcmDicomDirStudy* NewStudy(); 
          
 private: