comparison 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
comparison
equal deleted inserted replaced
1744:b3de74dec2d5 1745:38dda23c7d7d
123 DicomToJsonFlags_IncludeUnknownTags | 123 DicomToJsonFlags_IncludeUnknownTags |
124 DicomToJsonFlags_IncludePixelData | 124 DicomToJsonFlags_IncludePixelData |
125 DicomToJsonFlags_ConvertBinaryToNull) 125 DicomToJsonFlags_ConvertBinaryToNull)
126 }; 126 };
127 127
128 enum IdentifierConstraintType
129 {
130 IdentifierConstraintType_Equal,
131 IdentifierConstraintType_LessOrEqual,
132 IdentifierConstraintType_GeaterOrEqual,
133 IdentifierConstraintType_Wildcard /* "*" or "?" are the only allowed wildcards */
134 };
135
128 136
129 /** 137 /**
130 * WARNING: Do not change the explicit values in the enumerations 138 * WARNING: Do not change the explicit values in the enumerations
131 * below this point. This would result in incompatible databases 139 * below this point. This would result in incompatible databases
132 * between versions of Orthanc! 140 * between versions of Orthanc!