diff OrthancServer/FromDcmtkBridge.h @ 1737:ec66a16aa398

removal of DicomStringValue and DicomNullValue
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 22 Oct 2015 07:52:24 +0200
parents b953c6eef28d
children 57b9e6890482
line wrap: on
line diff
--- a/OrthancServer/FromDcmtkBridge.h	Wed Oct 21 16:52:23 2015 +0200
+++ b/OrthancServer/FromDcmtkBridge.h	Thu Oct 22 07:52:24 2015 +0200
@@ -109,9 +109,6 @@
       target.SetValue(ParseTag(tagName), value);
     }
 
-    static void Print(FILE* fp, 
-                      const DicomMap& m);
-
     static void ToJson(Json::Value& result,
                        const DicomMap& values,
                        bool simplify);