Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/OrthancServer/IDatabaseWrapper.h Wed Dec 19 11:18:39 2018 +0100 +++ b/OrthancServer/IDatabaseWrapper.h Wed Dec 19 13:08:04 2018 +0100 @@ -227,11 +227,6 @@ virtual bool IsDiskSizeAbove(uint64_t threshold) = 0; - virtual void ApplyLookupPatients(std::vector<std::string>& patientsId, - std::vector<std::string>& instancesId, - const std::vector<DatabaseConstraint>& lookup, - size_t limit) = 0; - virtual void ApplyLookupResources(std::vector<std::string>& resourcesId, std::vector<std::string>& instancesId, const std::vector<DatabaseConstraint>& lookup,