comparison OrthancServer/Sources/Database/SQLiteDatabaseWrapper.cpp @ 5834:79a497908b04 attach-custom-data tip

merged find-refactoring -> attach-custom-data
author Alain Mazy <am@orthanc.team>
date Wed, 09 Oct 2024 11:06:20 +0200
parents 023a99146dd0 7030fa489669
children
comparison
equal deleted inserted replaced
5824:79ac3924eff8 5834:79a497908b04
428 s.Run(); 428 s.Run();
429 } 429 }
430 430
431 virtual void ApplyLookupResources(std::list<std::string>& resourcesId, 431 virtual void ApplyLookupResources(std::list<std::string>& resourcesId,
432 std::list<std::string>* instancesId, 432 std::list<std::string>* instancesId,
433 const DatabaseConstraints& lookup, 433 const DatabaseDicomTagConstraints& lookup,
434 ResourceType queryLevel, 434 ResourceType queryLevel,
435 const std::set<std::string>& labels, 435 const std::set<std::string>& labels,
436 LabelsConstraint labelsConstraint, 436 LabelsConstraint labelsConstraint,
437 uint32_t limit) ORTHANC_OVERRIDE 437 uint32_t limit) ORTHANC_OVERRIDE
438 { 438 {