comparison OrthancServer/ServerEnumerations.h @ 2946:2e751f615e03

new configuration options: DicomModalitiesInDatabase and OrthancPeersInDatabase
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Nov 2018 17:15:29 +0100
parents ce310baccda6
children 9cc3d40e389b
comparison
equal deleted inserted replaced
2945:3c636087d060 2946:2e751f615e03
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.1 96 GlobalProperty_TotalCompressedSize = 6, // Reserved for Orthanc > 1.4.3
97 GlobalProperty_TotalUncompressedSize = 7, // Reserved for Orthanc > 1.4.1 97 GlobalProperty_TotalUncompressedSize = 7, // Reserved for Orthanc > 1.4.3
98 GlobalProperty_Modalities = 20, // New in Orthanc 1.4.3
99 GlobalProperty_Peers = 21, // New in Orthanc 1.4.3
98 100
99 // Reserved values for internal use by the database plugins 101 // Reserved values for internal use by the database plugins
100 GlobalProperty_DatabasePatchLevel = 4, 102 GlobalProperty_DatabasePatchLevel = 4,
101 GlobalProperty_DatabaseInternal0 = 10, 103 GlobalProperty_DatabaseInternal0 = 10,
102 GlobalProperty_DatabaseInternal1 = 11, 104 GlobalProperty_DatabaseInternal1 = 11,