From: jpr Date: Wed, 13 Feb 2008 11:42:13 +0000 (+0000) Subject: DT *is* String Representable. X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=72473d7608c8c8e36f9fe9133b0b61936c80e01e;p=gdcm.git DT *is* String Representable. Thx to Parikshit Prasad for reporting bug --- diff --git a/src/gdcmVR.cxx b/src/gdcmVR.cxx index 28bc8f51..ded62a4a 100644 --- a/src/gdcmVR.cxx +++ b/src/gdcmVR.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmVR.cxx,v $ Language: C++ - Date: $Date: 2007/09/25 15:21:57 $ - Version: $Revision: 1.62 $ + Date: $Date: 2008/02/13 11:42:13 $ + Version: $Revision: 1.63 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -113,6 +113,7 @@ bool VR::IsVROfStringRepresentable(VRKey const &tested) tested == "CS" || tested == "DA" || tested == "DS" || + tested == "DT" || tested == "FL" || tested == "FD" || tested == "IS" ||