diff OrthancServer/Sources/ServerContext.h @ 4936:8422e4f99a18 more-tags

Handling RequestedTags in ExpandResource -> read parent main dicom tags if required. Not yet getting missing tags from file. Integration tests ok
author Alain Mazy <am@osimis.io>
date Fri, 11 Mar 2022 17:38:16 +0100
parents acd3f72e2a21
children 3f9b9865c8cc
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerContext.h	Thu Mar 10 19:00:43 2022 +0100
+++ b/OrthancServer/Sources/ServerContext.h	Fri Mar 11 17:38:16 2022 +0100
@@ -543,7 +543,8 @@
     bool ExpandResource(Json::Value& target,
                         const std::string& publicId,
                         ResourceType level,
-                        DicomToJsonFormat format);
+                        DicomToJsonFormat format,
+                        const std::set<DicomTag>& requestedTags);
 
   };
 }