]> Creatis software - gdcm.git/commitdiff
DT *is* String Representable.
authorjpr <jpr>
Wed, 13 Feb 2008 11:42:13 +0000 (11:42 +0000)
committerjpr <jpr>
Wed, 13 Feb 2008 11:42:13 +0000 (11:42 +0000)
Thx to Parikshit Prasad for reporting bug

src/gdcmVR.cxx

index 28bc8f5127f5c50d5db4462954ef61ea5fa41cbb..ded62a4a6172c9511246f184b8b8780fcb607ac3 100644 (file)
@@ -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" ||