X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirPatient.h;h=f4cc06e8837e380e1ff1db4c839f998d274278bc;hb=ecac4d36edf15736ae8f516ef3f9d8a6396ed54c;hp=ad11f96fa028ea1c72e68e9ac006bfd615717485;hpb=e40fc77cef3155aab87305ce2f8f14d1acbf158f;p=gdcm.git diff --git a/src/gdcmDicomDirPatient.h b/src/gdcmDicomDirPatient.h index ad11f96f..f4cc06e8 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/01 02:39:09 $ + Version: $Revision: 1.6 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -32,7 +32,7 @@ public: gdcmDicomDirPatient(gdcmSQItem *s, TagDocEntryHT *ptagHT); gdcmDicomDirPatient(TagDocEntryHT *ptagHT); - ~gdcmDicomDirPatient(void); + ~gdcmDicomDirPatient(); virtual void Print(std::ostream &os = std::cout); @@ -43,7 +43,7 @@ public: void AddDicomDirStudy(gdcmDicomDirStudy *obj) { studies.push_back(obj); }; /// TODO - gdcmDicomDirStudy* NewStudy(void); + gdcmDicomDirStudy* NewStudy(); private: