diff OrthancServer/Search/DicomTagConstraint.h @ 3071:2df061cf2fec db-changes

getting rid of IFindConstraint hierarchy
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 02 Jan 2019 11:26:27 +0100
parents ce272138f15e
children 0e9d1731b1b0
line wrap: on
line diff
--- a/OrthancServer/Search/DicomTagConstraint.h	Wed Jan 02 10:13:11 2019 +0100
+++ b/OrthancServer/Search/DicomTagConstraint.h	Wed Jan 02 11:26:27 2019 +0100
@@ -110,5 +110,7 @@
     bool IsMatch(const std::string& value);
 
     bool IsMatch(const DicomMap& value);
+
+    std::string Format() const;
   };
 }