diff OrthancServer/ServerEnumerations.h @ 1746:d143db00a794 db-changes

SetOfResources
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 26 Oct 2015 16:04:58 +0100
parents 38dda23c7d7d
children 53e045b5a8ec
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.h	Mon Oct 26 13:47:50 2015 +0100
+++ b/OrthancServer/ServerEnumerations.h	Mon Oct 26 16:04:58 2015 +0100
@@ -128,9 +128,9 @@
   enum IdentifierConstraintType
   {
     IdentifierConstraintType_Equal,
-    IdentifierConstraintType_LessOrEqual,
-    IdentifierConstraintType_GeaterOrEqual,
-    IdentifierConstraintType_Wildcard        /* "*" or "?" are the only allowed wildcards */
+    IdentifierConstraintType_SmallerOrEqual,
+    IdentifierConstraintType_GreaterOrEqual,
+    IdentifierConstraintType_Wildcard        /* Case sensitive, "*" or "?" are the only allowed wildcards */
   };