From 72473d7608c8c8e36f9fe9133b0b61936c80e01e Mon Sep 17 00:00:00 2001 From: jpr Date: Wed, 13 Feb 2008 11:42:13 +0000 Subject: [PATCH] DT *is* String Representable. Thx to Parikshit Prasad for reporting bug --- src/gdcmVR.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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" || -- 2.45.1