comparison Framework/Plugins/IndexBackend.h @ 401:a8774581adfc db-protobuf

replaced "WithLabels" and "WithoutLabels", by "Labels" and "LabelsConstraint"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Apr 2023 22:32:15 +0200
parents 7b3acfa95bd8
children 82921a29349a
comparison
equal deleted inserted replaced
400:897253c21208 401:a8774581adfc
300 // New primitive since Orthanc 1.5.2 300 // New primitive since Orthanc 1.5.2
301 virtual void LookupResources(IDatabaseBackendOutput& output, 301 virtual void LookupResources(IDatabaseBackendOutput& output,
302 DatabaseManager& manager, 302 DatabaseManager& manager,
303 const std::vector<Orthanc::DatabaseConstraint>& lookup, 303 const std::vector<Orthanc::DatabaseConstraint>& lookup,
304 OrthancPluginResourceType queryLevel, 304 OrthancPluginResourceType queryLevel,
305 const std::set<std::string>& withLabels, 305 const std::set<std::string>& labels,
306 const std::set<std::string>& withoutLabels, 306 Orthanc::LabelsConstraint labelsConstraint,
307 uint32_t limit, 307 uint32_t limit,
308 bool requestSomeInstance) ORTHANC_OVERRIDE; 308 bool requestSomeInstance) ORTHANC_OVERRIDE;
309 #endif 309 #endif
310 310
311 #if ORTHANC_PLUGINS_HAS_DATABASE_CONSTRAINT == 1 311 #if ORTHANC_PLUGINS_HAS_DATABASE_CONSTRAINT == 1