X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmDicomDirStudy.h;h=e6a1bbbb14853ac5862ab10a2080033dee4f9bf8;hb=03acf3c119c6657129b8aeae8cb2205e481a105b;hp=a71685e7423d61abb5e2e5c81335ec0f85cf5a42;hpb=7b3410ee413b056e0e599a4800ea836c8b56152b;p=gdcm.git diff --git a/src/gdcmDicomDirStudy.h b/src/gdcmDicomDirStudy.h index a71685e7..e6a1bbbb 100644 --- a/src/gdcmDicomDirStudy.h +++ b/src/gdcmDicomDirStudy.h @@ -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 @@ -20,10 +20,10 @@ #define GDCMDICOMDIRSTUDY_H #include "gdcmDicomDirObject.h" -#include "gdcmDicomDirSerie.h" + namespace gdcm { - +class DicomDirSerie; //----------------------------------------------------------------------------- typedef std::list ListDicomDirSerie; @@ -31,13 +31,11 @@ typedef std::list 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