diff OrthancFramework/Sources/Toolbox.h @ 4055:9214e3a7b0a2 framework

moving FromDcmtkTests.cpp from OrthancServer to OrthancFramework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 12:52:09 +0200
parents d25f4c0fa160
children bf7b9edf6b81
line wrap: on
line diff
--- a/OrthancFramework/Sources/Toolbox.h	Thu Jun 11 12:24:38 2020 +0200
+++ b/OrthancFramework/Sources/Toolbox.h	Thu Jun 11 12:52:09 2020 +0200
@@ -267,6 +267,10 @@
 
     // http://dicom.nema.org/medical/dicom/2019a/output/chtml/part05/sect_B.2.html
     static std::string GenerateDicomPrivateUniqueIdentifier();
+
+    static void SimplifyDicomAsJson(Json::Value& target,
+                                    const Json::Value& source,
+                                    DicomToJsonFormat format);
   };
 }