Mercurial > hg > orthanc
comparison OrthancServer/ServerEnumerations.h @ 2988:9cc3d40e389b
Orthanc 1.4.3 is now known as 1.5.0
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 10 Dec 2018 11:15:31 +0100 |
parents | 2e751f615e03 |
children | e3b5c07146a3 4e43e67f8ecf |
comparison
equal
deleted
inserted
replaced
2987:96089d1aba4d | 2988:9cc3d40e389b |
---|---|
91 { | 91 { |
92 GlobalProperty_DatabaseSchemaVersion = 1, // Unused in the Orthanc core as of Orthanc 0.9.5 | 92 GlobalProperty_DatabaseSchemaVersion = 1, // Unused in the Orthanc core as of Orthanc 0.9.5 |
93 GlobalProperty_FlushSleep = 2, | 93 GlobalProperty_FlushSleep = 2, |
94 GlobalProperty_AnonymizationSequence = 3, | 94 GlobalProperty_AnonymizationSequence = 3, |
95 GlobalProperty_JobsRegistry = 5, | 95 GlobalProperty_JobsRegistry = 5, |
96 GlobalProperty_TotalCompressedSize = 6, // Reserved for Orthanc > 1.4.3 | 96 GlobalProperty_TotalCompressedSize = 6, // Reserved for Orthanc > 1.5.0 |
97 GlobalProperty_TotalUncompressedSize = 7, // Reserved for Orthanc > 1.4.3 | 97 GlobalProperty_TotalUncompressedSize = 7, // Reserved for Orthanc > 1.5.0 |
98 GlobalProperty_Modalities = 20, // New in Orthanc 1.4.3 | 98 GlobalProperty_Modalities = 20, // New in Orthanc 1.5.0 |
99 GlobalProperty_Peers = 21, // New in Orthanc 1.4.3 | 99 GlobalProperty_Peers = 21, // New in Orthanc 1.5.0 |
100 | 100 |
101 // Reserved values for internal use by the database plugins | 101 // Reserved values for internal use by the database plugins |
102 GlobalProperty_DatabasePatchLevel = 4, | 102 GlobalProperty_DatabasePatchLevel = 4, |
103 GlobalProperty_DatabaseInternal0 = 10, | 103 GlobalProperty_DatabaseInternal0 = 10, |
104 GlobalProperty_DatabaseInternal1 = 11, | 104 GlobalProperty_DatabaseInternal1 = 11, |