diff OrthancServer/Sources/ServerContext.h @ 5607:a3732285f8b6 find-refactoring

added main DICOM tags to ResourceFinder
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 08 May 2024 12:58:16 +0200
parents b51ee994cd6f
children 3f13db27b399
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerContext.h	Wed May 08 10:46:11 2024 +0200
+++ b/OrthancServer/Sources/ServerContext.h	Wed May 08 12:58:16 2024 +0200
@@ -607,13 +607,6 @@
                         ExpandResourceFlags expandFlags,
                         bool allowStorageAccess);
 
-    void AppendFindResponse(Json::Value& target,
-                            const FindRequest& request,
-                            const FindResponse::Resource& resource,
-                            DicomToJsonFormat format,
-                            const std::set<DicomTag>& requestedTags,
-                            bool allowStorageAccess);
-
     FindStorageAccessMode GetFindStorageAccessMode() const
     {
       return findStorageAccessMode_;