Mercurial > hg > orthanc
diff OrthancServer/Search/ISqlLookupFormatter.h @ 3078:147497152ce3 db-changes
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 03 Jan 2019 12:47:17 +0100 |
parents | 5ebd2ef5e7ae |
children | 65e2bfa953ef |
line wrap: on
line diff
--- a/OrthancServer/Search/ISqlLookupFormatter.h Thu Jan 03 10:06:42 2019 +0100 +++ b/OrthancServer/Search/ISqlLookupFormatter.h Thu Jan 03 12:47:17 2019 +0100 @@ -47,6 +47,8 @@ virtual std::string GenerateParameter(const std::string& value) = 0; + virtual std::string FormatResourceType(ResourceType level) = 0; + static void Apply(std::string& sql, ISqlLookupFormatter& formatter, const std::vector<DatabaseConstraint>& lookup,