comparison OrthancServer/IDatabaseWrapper.h @ 3031:18a2d196414b db-changes

simplification
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Dec 2018 13:08:04 +0100
parents ea653ec47f31
children 8fd203510d8b
comparison
equal deleted inserted replaced
3030:25afa7b8cb51 3031:18a2d196414b
225 virtual void Upgrade(unsigned int targetVersion, 225 virtual void Upgrade(unsigned int targetVersion,
226 IStorageArea& storageArea) = 0; 226 IStorageArea& storageArea) = 0;
227 227
228 virtual bool IsDiskSizeAbove(uint64_t threshold) = 0; 228 virtual bool IsDiskSizeAbove(uint64_t threshold) = 0;
229 229
230 virtual void ApplyLookupPatients(std::vector<std::string>& patientsId,
231 std::vector<std::string>& instancesId,
232 const std::vector<DatabaseConstraint>& lookup,
233 size_t limit) = 0;
234
235 virtual void ApplyLookupResources(std::vector<std::string>& resourcesId, 230 virtual void ApplyLookupResources(std::vector<std::string>& resourcesId,
236 std::vector<std::string>& instancesId, 231 std::vector<std::string>& instancesId,
237 const std::vector<DatabaseConstraint>& lookup, 232 const std::vector<DatabaseConstraint>& lookup,
238 ResourceType queryLevel, 233 ResourceType queryLevel,
239 size_t limit) = 0; 234 size_t limit) = 0;