diff OrthancServer/ServerEnumerations.h @ 3054:3638de45a08c db-changes

backward compatibility with filtering identifiers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 21 Dec 2018 12:45:24 +0100
parents 53d583d2c775
children ce272138f15e
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.h	Thu Dec 20 17:59:16 2018 +0100
+++ b/OrthancServer/ServerEnumerations.h	Fri Dec 21 12:45:24 2018 +0100
@@ -56,15 +56,6 @@
     StoreStatus_FilteredOut     // Removed by NewInstanceFilter
   };
 
-  // TODO REMOVE THIS
-  enum IdentifierConstraintType
-  {
-    IdentifierConstraintType_Equal,
-    IdentifierConstraintType_SmallerOrEqual,
-    IdentifierConstraintType_GreaterOrEqual,
-    IdentifierConstraintType_Wildcard        /* Case sensitive, "*" or "?" are the only allowed wildcards */
-  };
-
   enum DicomTagType
   {
     DicomTagType_Identifier,   // Tag that whose value is stored and indexed in the DB