]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirPatient.h
Print() displays old key instead of new in order to make PrintHeader human readable
[gdcm.git] / src / gdcmDicomDirPatient.h
index eb3e7bde343056ea731ce390aeec2805e829ba2a..742e37407e0513d95d4681a816b5a2b4847fc363 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirPatient.h,v $
   Language:  C++
-  Date:      $Date: 2004/08/26 15:29:52 $
-  Version:   $Revision: 1.7 $
+  Date:      $Date: 2004/09/23 10:47:10 $
+  Version:   $Revision: 1.8 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
 #ifndef GDCMPATIENT_H
 #define GDCMPATIENT_H
 
-#include "gdcmObject.h"
+#include "gdcmDicomDirObject.h"
 #include "gdcmDicomDirStudy.h"
 #include "gdcmSQItem.h"
 //-----------------------------------------------------------------------------
 typedef std::list<gdcmDicomDirStudy*> ListDicomDirStudy;
 
 //-----------------------------------------------------------------------------
-class GDCM_EXPORT gdcmDicomDirPatient : public gdcmObject 
+class GDCM_EXPORT gdcmDicomDirPatient : public gdcmDicomDirObject 
 {
 public:
    gdcmDicomDirPatient(gdcmSQItem *s, TagDocEntryHT *ptagHT);