comparison 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
comparison
equal deleted inserted replaced
1667:9e875db36aef 1668:de1413733c97
107 * between versions of Orthanc! 107 * between versions of Orthanc!
108 **/ 108 **/
109 109
110 enum GlobalProperty 110 enum GlobalProperty
111 { 111 {
112 GlobalProperty_DatabaseSchemaVersion = 1, 112 GlobalProperty_DatabaseSchemaVersion = 1, // Unused in the Orthanc core as of Orthanc 0.9.5
113 GlobalProperty_FlushSleep = 2, 113 GlobalProperty_FlushSleep = 2,
114 GlobalProperty_AnonymizationSequence = 3 114 GlobalProperty_AnonymizationSequence = 3,
115 GlobalProperty_ReconstructPatientsTags = 4,
116 GlobalProperty_ReconstructStudiesTags = 5,
117 GlobalProperty_ReconstructSeriesTags = 6,
118 GlobalProperty_ReconstructInstancesTags = 7
115 }; 119 };
116 120
117 enum MetadataType 121 enum MetadataType
118 { 122 {
119 MetadataType_Instance_IndexInSeries = 1, 123 MetadataType_Instance_IndexInSeries = 1,