]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirVisit.h
We are no longer cheated by Elem belonging to group 0x0002,
[gdcm.git] / src / gdcmDicomDirVisit.h
index b4a925ba6daecade189ba3ca1ab99abfe5a97536..1fdc3dc4f64db1e473f26fcddde1ea448b4b9269 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirVisit.h,v $
   Language:  C++
-  Date:      $Date: 2007/05/23 14:18:09 $
-  Version:   $Revision: 1.4 $
+  Date:      $Date: 2007/07/26 08:36:49 $
+  Version:   $Revision: 1.5 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -37,7 +37,6 @@ public:
    static DicomDirVisit *New(bool empty=false) {return new DicomDirVisit(empty);}
 
    void Print( std::ostream &os = std::cout, std::string const &indent = "" );
-  // void WriteContent( std::ofstream *fp, FileType t );
 
 protected:
    DicomDirVisit(bool empty=false);