comparison 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
comparison
equal deleted inserted replaced
1794:bdfae6e17d23 1795:af6840eb23ee
57 57
58 virtual void Setup(LookupIdentifierQuery& lookup, 58 virtual void Setup(LookupIdentifierQuery& lookup,
59 const DicomTag& tag) const; 59 const DicomTag& tag) const;
60 60
61 virtual bool Match(const std::string& value) const; 61 virtual bool Match(const std::string& value) const;
62
63 virtual std::string Format() const;
62 }; 64 };
63 } 65 }