diff OrthancServer/ServerEnumerations.h @ 1668:de1413733c97 db-changes

reconstructing main dicom tags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Sep 2015 17:18:39 +0200
parents d6a93e12b1c1
children a412ad57f0f9
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.h	Wed Sep 30 14:04:53 2015 +0200
+++ b/OrthancServer/ServerEnumerations.h	Wed Sep 30 17:18:39 2015 +0200
@@ -109,9 +109,13 @@
 
   enum GlobalProperty
   {
-    GlobalProperty_DatabaseSchemaVersion = 1,
+    GlobalProperty_DatabaseSchemaVersion = 1,   // Unused in the Orthanc core as of Orthanc 0.9.5
     GlobalProperty_FlushSleep = 2,
-    GlobalProperty_AnonymizationSequence = 3
+    GlobalProperty_AnonymizationSequence = 3,
+    GlobalProperty_ReconstructPatientsTags = 4,
+    GlobalProperty_ReconstructStudiesTags = 5,
+    GlobalProperty_ReconstructSeriesTags = 6,
+    GlobalProperty_ReconstructInstancesTags = 7
   };
 
   enum MetadataType