Mercurial > hg > orthanc
diff OrthancServer/Search/WildcardConstraint.h @ 1795:af6840eb23ee worklists
HierarchicalMatcher
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 19 Nov 2015 17:41:22 +0100 |
parents | 03b030680e3d |
children | b1291df2f780 |
line wrap: on
line diff
--- a/OrthancServer/Search/WildcardConstraint.h Thu Nov 19 16:02:35 2015 +0100 +++ b/OrthancServer/Search/WildcardConstraint.h Thu Nov 19 17:41:22 2015 +0100 @@ -59,5 +59,7 @@ const DicomTag& tag) const; virtual bool Match(const std::string& value) const; + + virtual std::string Format() const; }; }