Mercurial > hg > orthanc
diff OrthancServer/ServerEnumerations.h @ 1745:38dda23c7d7d db-changes
LookupIdentifierQuery
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 26 Oct 2015 13:47:50 +0100 |
parents | df331354cea2 |
children | d143db00a794 |
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.h Mon Oct 26 12:30:34 2015 +0100 +++ b/OrthancServer/ServerEnumerations.h Mon Oct 26 13:47:50 2015 +0100 @@ -125,6 +125,14 @@ DicomToJsonFlags_ConvertBinaryToNull) }; + enum IdentifierConstraintType + { + IdentifierConstraintType_Equal, + IdentifierConstraintType_LessOrEqual, + IdentifierConstraintType_GeaterOrEqual, + IdentifierConstraintType_Wildcard /* "*" or "?" are the only allowed wildcards */ + }; + /** * WARNING: Do not change the explicit values in the enumerations