comparison OrthancServer/Plugins/Engine/OrthancPluginDatabaseV3.cpp @ 5828:7030fa489669 find-refactoring

tools/find: QueryMetadata
author Alain Mazy <am@orthanc.team>
date Mon, 07 Oct 2024 15:19:26 +0200
parents 77875b51cf95
children
comparison
equal deleted inserted replaced
5827:976872a99d39 5828:7030fa489669
796 } 796 }
797 797
798 798
799 virtual void ApplyLookupResources(std::list<std::string>& resourcesId, 799 virtual void ApplyLookupResources(std::list<std::string>& resourcesId,
800 std::list<std::string>* instancesId, // Can be NULL if not needed 800 std::list<std::string>* instancesId, // Can be NULL if not needed
801 const DatabaseConstraints& lookup, 801 const DatabaseDicomTagConstraints& lookup,
802 ResourceType queryLevel, 802 ResourceType queryLevel,
803 const std::set<std::string>& labels, 803 const std::set<std::string>& labels,
804 LabelsConstraint labelsConstraint, 804 LabelsConstraint labelsConstraint,
805 uint32_t limit) ORTHANC_OVERRIDE 805 uint32_t limit) ORTHANC_OVERRIDE
806 { 806 {