diff OrthancServer/Search/IFindConstraint.h @ 1791:91a5d39ec665 worklists

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 18 Nov 2015 17:26:00 +0100
parents 03b030680e3d
children af6840eb23ee
line wrap: on
line diff
--- a/OrthancServer/Search/IFindConstraint.h	Wed Nov 18 17:01:28 2015 +0100
+++ b/OrthancServer/Search/IFindConstraint.h	Wed Nov 18 17:26:00 2015 +0100
@@ -49,5 +49,9 @@
                        const DicomTag& tag) const = 0;
 
     virtual bool Match(const std::string& value) const = 0;
+
+    static IFindConstraint* ParseDicomConstraint(const DicomTag& tag,
+                                                 const std::string& dicomQuery,
+                                                 bool caseSensitive);
   };
 }