Mercurial > hg > orthanc
comparison OrthancServer/Sources/Database/StatelessDatabaseOperations.h @ 5681:77875b51cf95 find-refactoring
integration mainline->find-refactoring
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 09 Jul 2024 10:15:15 +0200 |
parents | 527918e9c5d9 68fc5af30c03 |
children | f488fc5c972a 89d559e67b03 |
comparison
equal
deleted
inserted
replaced
5679:527918e9c5d9 | 5681:77875b51cf95 |
---|---|
219 * Read-only methods from "IDatabaseWrapper" | 219 * Read-only methods from "IDatabaseWrapper" |
220 **/ | 220 **/ |
221 | 221 |
222 void ApplyLookupResources(std::list<std::string>& resourcesId, | 222 void ApplyLookupResources(std::list<std::string>& resourcesId, |
223 std::list<std::string>* instancesId, // Can be NULL if not needed | 223 std::list<std::string>* instancesId, // Can be NULL if not needed |
224 const std::vector<DatabaseConstraint>& lookup, | 224 const DatabaseConstraints& lookup, |
225 ResourceType queryLevel, | 225 ResourceType queryLevel, |
226 const std::set<std::string>& labels, // New in Orthanc 1.12.0 | 226 const std::set<std::string>& labels, // New in Orthanc 1.12.0 |
227 LabelsConstraint labelsConstraint, // New in Orthanc 1.12.0 | 227 LabelsConstraint labelsConstraint, // New in Orthanc 1.12.0 |
228 uint32_t limit) | 228 uint32_t limit) |
229 { | 229 { |