comparison OrthancServer/Search/ListConstraint.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
65 65
66 virtual void Setup(LookupIdentifierQuery& lookup, 66 virtual void Setup(LookupIdentifierQuery& lookup,
67 const DicomTag& tag) const; 67 const DicomTag& tag) const;
68 68
69 virtual bool Match(const std::string& value) const; 69 virtual bool Match(const std::string& value) const;
70
71 virtual std::string Format() const;
70 }; 72 };
71 } 73 }