comparison OrthancServer/Sources/ServerEnumerations.h @ 5769:0da33161acf7 find-refactoring

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 09 Sep 2024 16:37:52 +0200
parents ca06dde85358
children 42ef98bb3c13
comparison
equal deleted inserted replaced
5768:23b5a090a64b 5769:0da33161acf7
110 { 110 {
111 TransactionType_ReadOnly, 111 TransactionType_ReadOnly,
112 TransactionType_ReadWrite 112 TransactionType_ReadWrite
113 }; 113 };
114 114
115 enum ConstraintType
116 {
117 ConstraintType_Equal,
118 ConstraintType_SmallerOrEqual,
119 ConstraintType_GreaterOrEqual,
120 ConstraintType_Wildcard,
121 ConstraintType_List
122 };
123
115 124
116 /** 125 /**
117 * WARNING: Do not change the explicit values in the enumerations 126 * WARNING: Do not change the explicit values in the enumerations
118 * below this point. This would result in incompatible databases 127 * below this point. This would result in incompatible databases
119 * between versions of Orthanc! 128 * between versions of Orthanc!