diff OrthancServer/ServerEnumerations.h @ 1763:f7014cca73c7

integration db-changes->mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Oct 2015 12:45:20 +0100
parents d143db00a794
children 53e045b5a8ec
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.h	Fri Oct 23 17:04:22 2015 +0200
+++ b/OrthancServer/ServerEnumerations.h	Thu Oct 29 12:45:20 2015 +0100
@@ -125,6 +125,14 @@
                                  DicomToJsonFlags_ConvertBinaryToNull)
   };
 
+  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