]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirPatient.h
Coding Style + Doxygenation
[gdcm.git] / src / gdcmDicomDirPatient.h
index 5c4505fdb65609aa491c7aab9cba822502136715..08d435cc90df1c1d4c06562e85d2e5fcc259eba5 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirPatient.h,v $
   Language:  C++
-  Date:      $Date: 2004/12/03 20:16:57 $
-  Version:   $Revision: 1.15 $
+  Date:      $Date: 2005/01/06 20:03:27 $
+  Version:   $Revision: 1.16 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -38,13 +38,13 @@ public:
    void WriteContent(std::ofstream *fp, FileType t);
 
    /// Returns the STUDY chained List for this PATIENT.
-   ListDicomDirStudy const & GetDicomDirStudies() const { return Studies; };
+   ListDicomDirStudy const &GetDicomDirStudies() const { return Studies; };
 
    /// adds the passed STUDY to the STUDY chained List for this PATIENT.
    void AddDicomDirStudy (DicomDirStudy *obj) { Studies.push_back(obj); };
 
    ///  TODO
-   DicomDirStudyNewStudy(); 
+   DicomDirStudy *NewStudy(); 
          
 private: