comparison OrthancServer/ServerEnumerations.h @ 2695:c4ee0bedb51b jobs

some reserved global properties for plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 03 Jul 2018 14:59:54 +0200
parents d26dd081df97
children 46061a91c88a
comparison
equal deleted inserted replaced
2694:8340596dc4a9 2695:c4ee0bedb51b
74 enum GlobalProperty 74 enum GlobalProperty
75 { 75 {
76 GlobalProperty_DatabaseSchemaVersion = 1, // Unused in the Orthanc core as of Orthanc 0.9.5 76 GlobalProperty_DatabaseSchemaVersion = 1, // Unused in the Orthanc core as of Orthanc 0.9.5
77 GlobalProperty_FlushSleep = 2, 77 GlobalProperty_FlushSleep = 2,
78 GlobalProperty_AnonymizationSequence = 3, 78 GlobalProperty_AnonymizationSequence = 3,
79 GlobalProperty_DatabasePatchLevel = 4, // Reserved for internal use of the database plugins 79 GlobalProperty_JobsRegistry = 5,
80 GlobalProperty_JobsRegistry = 5 80
81 // Reserved values for internal use by the database plugins
82 GlobalProperty_DatabasePatchLevel = 4,
83 GlobalProperty_DatabaseInternal0 = 10,
84 GlobalProperty_DatabaseInternal1 = 11,
85 GlobalProperty_DatabaseInternal2 = 12,
86 GlobalProperty_DatabaseInternal3 = 13,
87 GlobalProperty_DatabaseInternal4 = 14,
88 GlobalProperty_DatabaseInternal5 = 15,
89 GlobalProperty_DatabaseInternal6 = 16,
90 GlobalProperty_DatabaseInternal7 = 17,
91 GlobalProperty_DatabaseInternal8 = 18,
92 GlobalProperty_DatabaseInternal9 = 19
81 }; 93 };
82 94
83 enum MetadataType 95 enum MetadataType
84 { 96 {
85 MetadataType_Instance_IndexInSeries = 1, 97 MetadataType_Instance_IndexInSeries = 1,