]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirPatient.h
Fix typo
[gdcm.git] / src / gdcmDicomDirPatient.h
index e1cc299e7f70490e997cfa716f50dc3701ca1da6..97f78cf73ecf039b16dfec47a45e9b735f84943e 100644 (file)
@@ -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.