diff OrthancServer/FromDcmtkBridge.h @ 1765:57b9e6890482

New configuration option: "Dictionary" to declare custom DICOM tags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Oct 2015 16:49:25 +0100
parents ec66a16aa398
children 1065401501fb
line wrap: on
line diff
--- a/OrthancServer/FromDcmtkBridge.h	Thu Oct 29 16:08:59 2015 +0100
+++ b/OrthancServer/FromDcmtkBridge.h	Thu Oct 29 16:49:25 2015 +0100
@@ -132,5 +132,7 @@
                                 const Json::Value& element,  // Encoding using UTF-8
                                 bool interpretBinaryTags,
                                 Encoding dicomEncoding);
+
+    static DcmEVR ParseValueRepresentation(const std::string& s);
   };
 }