comparison OrthancServer/Sources/Database/StatelessDatabaseOperations.h @ 5680:68fc5af30c03

added container class DatabaseConstraints
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Jul 2024 10:09:57 +0200
parents e47ac5e133b1
children 77875b51cf95
comparison
equal deleted inserted replaced
5678:e47ac5e133b1 5680:68fc5af30c03
207 * Read-only methods from "IDatabaseWrapper" 207 * Read-only methods from "IDatabaseWrapper"
208 **/ 208 **/
209 209
210 void ApplyLookupResources(std::list<std::string>& resourcesId, 210 void ApplyLookupResources(std::list<std::string>& resourcesId,
211 std::list<std::string>* instancesId, // Can be NULL if not needed 211 std::list<std::string>* instancesId, // Can be NULL if not needed
212 const std::vector<DatabaseConstraint>& lookup, 212 const DatabaseConstraints& lookup,
213 ResourceType queryLevel, 213 ResourceType queryLevel,
214 const std::set<std::string>& labels, // New in Orthanc 1.12.0 214 const std::set<std::string>& labels, // New in Orthanc 1.12.0
215 LabelsConstraint labelsConstraint, // New in Orthanc 1.12.0 215 LabelsConstraint labelsConstraint, // New in Orthanc 1.12.0
216 uint32_t limit) 216 uint32_t limit)
217 { 217 {