comparison OrthancServer/Sources/Database/StatelessDatabaseOperations.h @ 5618:824a5fb0774e find-refactoring

removed constructor of ExpandedResource with FindRequest
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 11 May 2024 11:23:25 +0200
parents 4640b7ae9a11
children 3f13db27b399
comparison
equal deleted inserted replaced
5617:8905ffa45fc2 5618:824a5fb0774e
78 expectedNumberOfInstances_(0), 78 expectedNumberOfInstances_(0),
79 fileSize_(0), 79 fileSize_(0),
80 indexInSeries_(0) 80 indexInSeries_(0)
81 { 81 {
82 } 82 }
83
84 ExpandedResource(const FindRequest& request,
85 const FindResponse::Resource& resource);
86 83
87 void SetResource(ResourceType level, 84 void SetResource(ResourceType level,
88 const std::string& id) 85 const std::string& id)
89 { 86 {
90 level_ = level; 87 level_ = level;