]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirPatient.h
* Remove memory leaks on the DicomDir
[gdcm.git] / src / gdcmDicomDirPatient.h
index f5e7ebfc4a4fb835e9f6120f4af32c3a2ef1d26d..2052d02576b89500866def097e0b58c6f1b40dda 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirPatient.h,v $
   Language:  C++
-  Date:      $Date: 2004/11/25 15:46:11 $
-  Version:   $Revision: 1.13 $
+  Date:      $Date: 2004/12/03 17:13:18 $
+  Version:   $Revision: 1.14 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -33,9 +33,7 @@ typedef std::list<DicomDirStudy*> ListDicomDirStudy;
 class GDCM_EXPORT DicomDirPatient : public DicomDirObject 
 {
 public:
-   DicomDirPatient(SQItem *s, TagDocEntryHT *ptagHT); 
-   DicomDirPatient(TagDocEntryHT *ptagHT); 
-
+   DicomDirPatient(); 
    ~DicomDirPatient();
 
    void Print(std::ostream &os = std::cout);