X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=inline;f=src%2FgdcmDicomDir.h;h=81ebbbbf2ec4eeb885662931f17294189e9b6163;hb=0ce6682a82eacb85233fcccef601f83bb591ec12;hp=656d949a3e768f59e977ed938e9733c251653fd3;hpb=7ab2217ab6b3dbfc5c3347c6c9d8a7cbf1b53dcd;p=gdcm.git diff --git a/src/gdcmDicomDir.h b/src/gdcmDicomDir.h index 656d949a..81ebbbbf 100644 --- a/src/gdcmDicomDir.h +++ b/src/gdcmDicomDir.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDir.h,v $ Language: C++ - Date: $Date: 2005/03/04 09:53:21 $ - Version: $Revision: 1.57 $ + Date: $Date: 2005/04/14 14:26:19 $ + Version: $Revision: 1.59 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -56,8 +56,10 @@ public: ~DicomDir(); + void Load( std::string const &filename ); void Print(std::ostream &os = std::cout, std::string const &indent = "" ); + void SetParseDir(bool parseDir) { ParseDir = parseDir; }; // Informations contained in the parser virtual bool IsReadable(); @@ -102,6 +104,8 @@ public: // Write bool WriteDicomDir(std::string const &fileName); + bool AnonymizeDicomDir(); + /// Types of the DicomDirObject within the DicomDir typedef enum { @@ -166,6 +170,7 @@ private: float Progress; /// value of the ??? for any progress bar bool Abort; + bool ParseDir; }; } // end namespace gdcm //-----------------------------------------------------------------------------