diff OrthancFramework/Sources/DicomParsing/FromDcmtkBridge.h @ 4950:3778a0433dd3 more-tags

new field 'MainDicomTags' in the /system response
author Alain Mazy <am@osimis.io>
date Mon, 21 Mar 2022 15:19:42 +0100
parents 96a3e81eba90
children e1495a34cd39
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomParsing/FromDcmtkBridge.h	Thu Mar 17 17:03:59 2022 +0100
+++ b/OrthancFramework/Sources/DicomParsing/FromDcmtkBridge.h	Mon Mar 21 15:19:42 2022 +0100
@@ -182,6 +182,8 @@
 
     static void FormatListOfTags(std::string& output, const std::set<DicomTag>& tags);
 
+    static void FormatListOfTags(Json::Value& output, const std::set<DicomTag>& tags);
+
     static bool HasTag(const DicomMap& fields,
                        const std::string& tagName);