diff OrthancServer/Sources/ServerContext.h @ 5712:52771e1a8072 find-refactoring-clean

removed ServerContext::ExpandResource()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 12 Jul 2024 19:05:16 +0200
parents c8d21a09aae6
children 9d6167ddcb35
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerContext.h	Fri Jul 12 18:59:20 2024 +0200
+++ b/OrthancServer/Sources/ServerContext.h	Fri Jul 12 19:05:16 2024 +0200
@@ -561,33 +561,6 @@
 
     void SetUnknownSopClassAccepted(bool accepted);
 
-    bool ExpandResource(Json::Value& target,
-                        const std::string& publicId,
-                        ResourceType level,
-                        DicomToJsonFormat format,
-                        const std::set<DicomTag>& requestedTags,
-                        bool allowStorageAccess);
-
-    bool ExpandResource(Json::Value& target,
-                        const std::string& publicId,
-                        const DicomMap& mainDicomTags,    // optional: the main dicom tags for the resource (if already available)
-                        const std::string& instanceId,    // optional: the id of an instance for the resource
-                        const Json::Value* dicomAsJson,   // optional: the dicom-as-json for the resource
-                        ResourceType level,
-                        DicomToJsonFormat format,
-                        const std::set<DicomTag>& requestedTags,
-                        bool allowStorageAccess);
-
-    bool ExpandResource(ExpandedResource& target,
-                        const std::string& publicId,
-                        const DicomMap& mainDicomTags,    // optional: the main dicom tags for the resource (if already available)
-                        const std::string& instanceId,    // optional: the id of an instance for the resource
-                        const Json::Value* dicomAsJson,   // optional: the dicom-as-json for the resource
-                        ResourceType level,
-                        const std::set<DicomTag>& requestedTags,
-                        ExpandResourceFlags expandFlags,
-                        bool allowStorageAccess);
-
     FindStorageAccessMode GetFindStorageAccessMode() const
     {
       return findStorageAccessMode_;