comparison OrthancServer/Sources/Database/StatelessDatabaseOperations.h @ 5828:7030fa489669 find-refactoring

tools/find: QueryMetadata
author Alain Mazy <am@orthanc.team>
date Mon, 07 Oct 2024 15:19:26 +0200
parents 7c2b4fa94633
children
comparison
equal deleted inserted replaced
5827:976872a99d39 5828:7030fa489669
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 DatabaseConstraints& lookup, 224 const DatabaseDicomTagConstraints& 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 {