comparison 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
comparison
equal deleted inserted replaced
1745:38dda23c7d7d 1746:d143db00a794
126 }; 126 };
127 127
128 enum IdentifierConstraintType 128 enum IdentifierConstraintType
129 { 129 {
130 IdentifierConstraintType_Equal, 130 IdentifierConstraintType_Equal,
131 IdentifierConstraintType_LessOrEqual, 131 IdentifierConstraintType_SmallerOrEqual,
132 IdentifierConstraintType_GeaterOrEqual, 132 IdentifierConstraintType_GreaterOrEqual,
133 IdentifierConstraintType_Wildcard /* "*" or "?" are the only allowed wildcards */ 133 IdentifierConstraintType_Wildcard /* Case sensitive, "*" or "?" are the only allowed wildcards */
134 }; 134 };
135 135
136 136
137 /** 137 /**
138 * WARNING: Do not change the explicit values in the enumerations 138 * WARNING: Do not change the explicit values in the enumerations