X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirPatient.h;h=eb3e7bde343056ea731ce390aeec2805e829ba2a;hb=3fd520b58c8d1939994de2c63cc038c3e7ac9522;hp=ad11f96fa028ea1c72e68e9ac006bfd615717485;hpb=e40fc77cef3155aab87305ce2f8f14d1acbf158f;p=gdcm.git diff --git a/src/gdcmDicomDirPatient.h b/src/gdcmDicomDirPatient.h index ad11f96f..eb3e7bde 100644 --- a/src/gdcmDicomDirPatient.h +++ b/src/gdcmDicomDirPatient.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirPatient.h,v $ Language: C++ - Date: $Date: 2004/07/02 13:55:27 $ - Version: $Revision: 1.5 $ + Date: $Date: 2004/08/26 15:29:52 $ + Version: $Revision: 1.7 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -32,10 +32,10 @@ public: gdcmDicomDirPatient(gdcmSQItem *s, TagDocEntryHT *ptagHT); gdcmDicomDirPatient(TagDocEntryHT *ptagHT); - ~gdcmDicomDirPatient(void); + ~gdcmDicomDirPatient(); virtual void Print(std::ostream &os = std::cout); - + virtual void Write(FILE *fp, FileType t); /// Returns the STUDY chained List for this PATIENT. ListDicomDirStudy &GetDicomDirStudies() { return studies; }; @@ -43,7 +43,7 @@ public: void AddDicomDirStudy(gdcmDicomDirStudy *obj) { studies.push_back(obj); }; /// TODO - gdcmDicomDirStudy* NewStudy(void); + gdcmDicomDirStudy* NewStudy(); private: