diff 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
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.h	Thu Nov 29 16:35:18 2018 +0100
+++ b/OrthancServer/ServerEnumerations.h	Thu Nov 29 17:15:29 2018 +0100
@@ -93,8 +93,10 @@
     GlobalProperty_FlushSleep = 2,
     GlobalProperty_AnonymizationSequence = 3,
     GlobalProperty_JobsRegistry = 5,
-    GlobalProperty_TotalCompressedSize = 6,     // Reserved for Orthanc > 1.4.1
-    GlobalProperty_TotalUncompressedSize = 7,   // Reserved for Orthanc > 1.4.1
+    GlobalProperty_TotalCompressedSize = 6,     // Reserved for Orthanc > 1.4.3
+    GlobalProperty_TotalUncompressedSize = 7,   // Reserved for Orthanc > 1.4.3
+    GlobalProperty_Modalities = 20,             // New in Orthanc 1.4.3
+    GlobalProperty_Peers = 21,                  // New in Orthanc 1.4.3
 
     // Reserved values for internal use by the database plugins
     GlobalProperty_DatabasePatchLevel = 4,