X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=inline;f=src%2FgdcmDicomDirPatient.h;h=97f78cf73ecf039b16dfec47a45e9b735f84943e;hb=3842922fd2263cea5f679c9d283b3b4afead35d2;hp=e1cc299e7f70490e997cfa716f50dc3701ca1da6;hpb=fec70eb0129b86c02e256a069d3eec45c6c43e46;p=gdcm.git diff --git a/src/gdcmDicomDirPatient.h b/src/gdcmDicomDirPatient.h index e1cc299e..97f78cf7 100644 --- a/src/gdcmDicomDirPatient.h +++ b/src/gdcmDicomDirPatient.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirPatient.h,v $ Language: C++ - Date: $Date: 2005/01/17 10:59:52 $ - Version: $Revision: 1.19 $ + Date: $Date: 2005/01/18 07:53:42 $ + Version: $Revision: 1.20 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -41,15 +41,12 @@ public: void Print(std::ostream &os = std::cout, std::string const & indent = "" ); void WriteContent(std::ofstream *fp, FileType t); - - // TODO Remove GetDicomDirStudies - // use InitTraversal + GetNextEntry instead. /// Returns the STUDY chained List for this PATIENT. ListDicomDirStudy const &GetDicomDirStudies() const { return Studies; }; // should avoid exposing internal mechanism - void InitTraversal(); + DicomDirStudy *GetFirstEntry(); DicomDirStudy *GetNextEntry(); /// adds the passed STUDY to the STUDY chained List for this PATIENT.