diff OrthancServer/ToDcmtkBridge.h @ 2006:6301bbcbcaed

more generic support of value representations
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 09 Jun 2016 14:48:40 +0200
parents b5d4f9c156ad
children 9b373b7d6713
line wrap: on
line diff
--- a/OrthancServer/ToDcmtkBridge.h	Wed Jun 08 12:36:21 2016 +0200
+++ b/OrthancServer/ToDcmtkBridge.h	Thu Jun 09 14:48:40 2016 +0200
@@ -46,5 +46,7 @@
     }
 
     static DcmDataset* Convert(const DicomMap& map);
+
+    static DcmEVR Convert(ValueRepresentation vr);
   };
 }