comparison OrthancServer/ServerEnumerations.h @ 2300:cc92410cbed2

GlobalProperty_DatabasePatchLevel
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 06 Jul 2017 08:43:54 +0200
parents a3a65de1840f
children 4dc313b9a20a
comparison
equal deleted inserted replaced
2299:03982a0db696 2300:cc92410cbed2
144 144
145 enum GlobalProperty 145 enum GlobalProperty
146 { 146 {
147 GlobalProperty_DatabaseSchemaVersion = 1, // Unused in the Orthanc core as of Orthanc 0.9.5 147 GlobalProperty_DatabaseSchemaVersion = 1, // Unused in the Orthanc core as of Orthanc 0.9.5
148 GlobalProperty_FlushSleep = 2, 148 GlobalProperty_FlushSleep = 2,
149 GlobalProperty_AnonymizationSequence = 3 149 GlobalProperty_AnonymizationSequence = 3,
150 GlobalProperty_DatabasePatchLevel = 4 // Reserved for internal use of the database plugins
150 }; 151 };
151 152
152 enum MetadataType 153 enum MetadataType
153 { 154 {
154 MetadataType_Instance_IndexInSeries = 1, 155 MetadataType_Instance_IndexInSeries = 1,