]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirPatient.h
Sub-minor std-related fixes... Jpr+Frog
[gdcm.git] / src / gdcmDicomDirPatient.h
index 3569e5055a7a131210b7e83a866feb4a9aec4c52..87c039bdea25d90e023a722c2c3bd0e4e6216742 100644 (file)
@@ -5,7 +5,7 @@
 
 #include "gdcmObject.h"
 #include "gdcmDicomDirStudy.h"
-
+#include "gdcmSQItem.h"
 //-----------------------------------------------------------------------------
 typedef std::list<gdcmDicomDirStudy *> ListDicomDirStudy;
 
@@ -13,8 +13,9 @@ typedef std::list<gdcmDicomDirStudy *> ListDicomDirStudy;
 class GDCM_EXPORT gdcmDicomDirPatient : public gdcmObject 
 {
 public:
-   gdcmDicomDirPatient(ListTag::iterator begin,ListTag::iterator end,
-              TagHeaderEntryHT *ptagHT, ListTag *plistEntries); 
+   gdcmDicomDirPatient(gdcmSQItem *s, TagDocEntryHT *ptagHT); 
+   gdcmDicomDirPatient(TagDocEntryHT *ptagHT); 
+
    ~gdcmDicomDirPatient(void);
 
    virtual void Print(std::ostream &os = std::cout);