diff OrthancServer/ServerEnumerations.h @ 3077:aae1d6d31fef db-changes

compatibility with orthanc-databases
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 03 Jan 2019 10:06:42 +0100
parents ce272138f15e
children 94f4a18a79cc
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.h	Wed Jan 02 19:04:15 2019 +0100
+++ b/OrthancServer/ServerEnumerations.h	Thu Jan 03 10:06:42 2019 +0100
@@ -72,6 +72,17 @@
     ConstraintType_List
   };
 
+  namespace Compatibility
+  {
+    enum IdentifierConstraintType
+    {
+      IdentifierConstraintType_Equal,
+      IdentifierConstraintType_SmallerOrEqual,
+      IdentifierConstraintType_GreaterOrEqual,
+      IdentifierConstraintType_Wildcard        /* Case sensitive, "*" or "?" are the only allowed wildcards */
+    };
+  }
+
 
   /**
    * WARNING: Do not change the explicit values in the enumerations