comparison OrthancServer/Sources/ResourceFinder.h @ 5621:732ec9feeea8 find-refactoring

introduction of FindRequest::ChildrenRetrieveSpecification
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 11 May 2024 15:43:07 +0200
parents 8905ffa45fc2
children 3f13db27b399
comparison
equal deleted inserted replaced
5620:4bfd885fb45f 5621:732ec9feeea8
91 void AddRequestedTags(const DicomTag& tag); 91 void AddRequestedTags(const DicomTag& tag);
92 92
93 void AddRequestedTags(const std::set<DicomTag>& tags); 93 void AddRequestedTags(const std::set<DicomTag>& tags);
94 94
95 void Execute(Json::Value& target, 95 void Execute(Json::Value& target,
96 ServerContext& context); 96 ServerContext& context) const;
97 97
98 bool ExecuteOneResource(Json::Value& target, 98 bool ExecuteOneResource(Json::Value& target,
99 ServerContext& context); 99 ServerContext& context) const;
100 }; 100 };
101 } 101 }