X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDir.cxx;h=0a9a714244c26bdef80e039535f130fe13ab57c6;hb=d8e3f21ed504242ce13fdf2f223520f126001a13;hp=3fdd9f9bdeaf68aee26f4e9407c2de2aaed72f44;hpb=df99daa8d66c7ecf2076169c92c109610fe7b00f;p=gdcm.git diff --git a/src/gdcmDicomDir.cxx b/src/gdcmDicomDir.cxx index 3fdd9f9b..0a9a7142 100644 --- a/src/gdcmDicomDir.cxx +++ b/src/gdcmDicomDir.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDir.cxx,v $ Language: C++ - Date: $Date: 2005/11/06 01:38:02 $ - Version: $Revision: 1.171 $ + Date: $Date: 2005/11/07 10:14:44 $ + Version: $Revision: 1.172 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -1133,6 +1133,7 @@ void DicomDir::SetElement(std::string const &path, DicomDirType type, val = it->Value; } +/* FIX later the pb of creating the 'Implementation Version Name'! if (val == GDCM_UNFOUND) val = ""; @@ -1143,7 +1144,7 @@ void DicomDir::SetElement(std::string const &path, DicomDirType type, std::string val = "GDCM "; val += Util::GetVersion(); } - +*/ entry->SetString( val ); // troubles expected when vr=SQ ... if ( type == GDCM_DICOMDIR_META ) // fusible : should never print !