X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirSerie.h;h=4f2f0749c7e829610bf46792ed5befb6b1cf9a62;hb=bd217557a398371d5d0a27c5aa6e09e47eb65652;hp=e4d57b33aa1d0f59ec806533a5a60e838fc8bfde;hpb=7b3410ee413b056e0e599a4800ea836c8b56152b;p=gdcm.git diff --git a/src/gdcmDicomDirSerie.h b/src/gdcmDicomDirSerie.h index e4d57b33..4f2f0749 100644 --- a/src/gdcmDicomDirSerie.h +++ b/src/gdcmDicomDirSerie.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirSerie.h,v $ Language: C++ - Date: $Date: 2004/10/25 04:08:20 $ - Version: $Revision: 1.13 $ + Date: $Date: 2005/01/11 15:15:38 $ + Version: $Revision: 1.18 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -20,30 +20,33 @@ #define GDCMDICOMDIRSERIE_H #include "gdcmDicomDirObject.h" -#include "gdcmDicomDirImage.h" namespace gdcm { +class DicomDirImage; //----------------------------------------------------------------------------- typedef std::list ListDicomDirImage; //----------------------------------------------------------------------------- +/** + * \ingroup DicomDirSerie + * \brief describes a SERIE within a within a STUDY + * (DicomDirStudy) of a given DICOMDIR (DicomDir) + */ class GDCM_EXPORT DicomDirSerie : public DicomDirObject { public: - DicomDirSerie( SQItem* s, TagDocEntryHT* ptagHT ); - DicomDirSerie( TagDocEntryHT* ptagHT ); - + DicomDirSerie(); ~DicomDirSerie(); - void Print( std::ostream& os = std::cout ); - void Write( std::ofstream* fp, FileType t ); + void Print( std::ostream &os = std::cout ); + void WriteContent( std::ofstream *fp, FileType t ); /** * \ingroup DicomDirSerie * \brief returns the IMAGE chained List for this SERIE. */ - ListDicomDirImage const & GetDicomDirImages() const { return Images; }; + ListDicomDirImage const &GetDicomDirImages() const { return Images; }; /** * \ingroup DicomDirSerie @@ -55,7 +58,7 @@ public: * \ingroup DicomDirSerie * \brief TODO */ - DicomDirImage* NewImage(); + DicomDirImage *NewImage(); private: /**