comparison Plugins/Engine/OrthancPluginDatabase.h @ 3075:ead8576a02ef db-changes

IDatabaseWrapper::ApplyLookupResources now returns lists
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 02 Jan 2019 18:39:25 +0100
parents ce272138f15e
children 8bc2cb1335f4
comparison
equal deleted inserted replaced
3074:495c5edce708 3075:ead8576a02ef
305 void AnswerReceived(const _OrthancPluginDatabaseAnswer& answer); 305 void AnswerReceived(const _OrthancPluginDatabaseAnswer& answer);
306 306
307 virtual bool IsDiskSizeAbove(uint64_t threshold) 307 virtual bool IsDiskSizeAbove(uint64_t threshold)
308 ORTHANC_OVERRIDE; 308 ORTHANC_OVERRIDE;
309 309
310 virtual void ApplyLookupResources(std::list<std::string>& resourcesId,
311 std::list<std::string>* instancesId,
312 const std::vector<DatabaseConstraint>& lookup,
313 ResourceType queryLevel,
314 size_t limit)
315 ORTHANC_OVERRIDE;
316
310 // From the "CompatibilityDatabaseWrapper" interface 317 // From the "CompatibilityDatabaseWrapper" interface
311 virtual void GetAllInternalIds(std::list<int64_t>& target, 318 virtual void GetAllInternalIds(std::list<int64_t>& target,
312 ResourceType resourceType) 319 ResourceType resourceType)
313 ORTHANC_OVERRIDE; 320 ORTHANC_OVERRIDE;
314 321