X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDocument.h;h=76ed0956d54dd1c66fd2e56723a7b7259274b979;hb=17daf7e7caceddf44e73864ee8d366613a1f0c82;hp=e72c8bb5aad1b642f655c34376253d47989b6405;hpb=31c93581b706e9e198b3cf1c4959b344c895087a;p=gdcm.git diff --git a/src/gdcmDocument.h b/src/gdcmDocument.h index e72c8bb5..76ed0956 100644 --- a/src/gdcmDocument.h +++ b/src/gdcmDocument.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocument.h,v $ Language: C++ - Date: $Date: 2005/11/14 14:23:44 $ - Version: $Revision: 1.130 $ + Date: $Date: 2005/11/21 16:28:06 $ + Version: $Revision: 1.136 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -23,6 +23,7 @@ #include "gdcmDict.h" #include "gdcmElementSet.h" #include "gdcmException.h" +#include "gdcmDebug.h" // for LEGACY #include #include @@ -46,7 +47,8 @@ public: // Loading //Deprecated : use SetFileName() + Load() - virtual bool Load( std::string const &filename ); + //GDCM_LEGACY( virtual bool Load( std::string const &filename ) ); + //virtual bool Load( std::string const &filename ); virtual bool Load( ); // Dictionaries @@ -56,6 +58,7 @@ public: bool SetShaDict(DictKey const &dictName); // Informations contained in the gdcm::Document + bool IsParsable(); virtual bool IsReadable(); bool IsDicomV3(); bool IsPapyrus();