Mercurial > hg > orthanc
comparison Plugins/Engine/OrthancPluginDatabase.h @ 3053:3f986ce336c8 db-changes
working on Compatibility::DatabaseLookup
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 20 Dec 2018 17:59:16 +0100 |
parents | c7db469bbe8e |
children | 3638de45a08c |
comparison
equal
deleted
inserted
replaced
3052:c7db469bbe8e | 3053:3f986ce336c8 |
---|---|
309 void AnswerReceived(const _OrthancPluginDatabaseAnswer& answer); | 309 void AnswerReceived(const _OrthancPluginDatabaseAnswer& answer); |
310 | 310 |
311 virtual bool IsDiskSizeAbove(uint64_t threshold) | 311 virtual bool IsDiskSizeAbove(uint64_t threshold) |
312 ORTHANC_OVERRIDE; | 312 ORTHANC_OVERRIDE; |
313 | 313 |
314 virtual void ApplyLookupResources(std::vector<std::string>& patientsId, | 314 virtual void ApplyLookupResources(std::vector<std::string>& resourcesId, |
315 std::vector<std::string>* instancesId, | 315 std::vector<std::string>* instancesId, |
316 const std::vector<DatabaseConstraint>& lookup, | 316 const std::vector<DatabaseConstraint>& lookup, |
317 ResourceType queryLevel, | 317 ResourceType queryLevel, |
318 size_t limit) | 318 size_t limit) |
319 ORTHANC_OVERRIDE; | 319 ORTHANC_OVERRIDE; |