X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmDicomDirPatient.h;h=87c039bdea25d90e023a722c2c3bd0e4e6216742;hb=801fe2221ca70b34c5c644b6f522aa1b7233945b;hp=3569e5055a7a131210b7e83a866feb4a9aec4c52;hpb=55d77e0913ff360d639af1841c70d14dc8687584;p=gdcm.git diff --git a/src/gdcmDicomDirPatient.h b/src/gdcmDicomDirPatient.h index 3569e505..87c039bd 100644 --- a/src/gdcmDicomDirPatient.h +++ b/src/gdcmDicomDirPatient.h @@ -5,7 +5,7 @@ #include "gdcmObject.h" #include "gdcmDicomDirStudy.h" - +#include "gdcmSQItem.h" //----------------------------------------------------------------------------- typedef std::list ListDicomDirStudy; @@ -13,8 +13,9 @@ typedef std::list 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);