]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirStudy.h
Removal of useless and dangerous methods :
[gdcm.git] / src / gdcmDicomDirStudy.h
index a71685e7423d61abb5e2e5c81335ec0f85cf5a42..e6a1bbbb14853ac5862ab10a2080033dee4f9bf8 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirStudy.h,v $
   Language:  C++
-  Date:      $Date: 2004/10/25 04:08:20 $
-  Version:   $Revision: 1.12 $
+  Date:      $Date: 2004/12/03 20:16:57 $
+  Version:   $Revision: 1.15 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
 #define GDCMDICOMDIRSTUDY_H
 
 #include "gdcmDicomDirObject.h"
-#include "gdcmDicomDirSerie.h"
+
 namespace gdcm 
 {
-
+class DicomDirSerie;
 //-----------------------------------------------------------------------------
 typedef std::list<DicomDirSerie *> ListDicomDirSerie;
 
@@ -31,13 +31,11 @@ typedef std::list<DicomDirSerie *> ListDicomDirSerie;
 class GDCM_EXPORT DicomDirStudy : public DicomDirObject
 {
 public:
-   DicomDirStudy(SQItem *s, TagDocEntryHT *ptagHT); 
-   DicomDirStudy(TagDocEntryHT *ptagHT); 
-
+   DicomDirStudy(); 
    ~DicomDirStudy();
 
    void Print(std::ostream &os = std::cout);
-   void Write(std::ofstream *fp, FileType t);
+   void WriteContent(std::ofstream *fp, FileType t);
 
    /**
     * \ingroup DicomDirStudy