diff OrthancServer/Search/DatabaseConstraint.h @ 3055:71ac4f28176f db-changes

compatibility layer seems to be working
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 21 Dec 2018 13:36:30 +0100
parents ea653ec47f31
children 5ebd2ef5e7ae
line wrap: on
line diff
--- a/OrthancServer/Search/DatabaseConstraint.h	Fri Dec 21 12:45:24 2018 +0100
+++ b/OrthancServer/Search/DatabaseConstraint.h	Fri Dec 21 13:36:30 2018 +0100
@@ -91,5 +91,7 @@
     {
       return mandatory_;
     }
+
+    bool IsMatch(const DicomMap& dicom) const;
   };
 }