comparison OrthancServer/ServerEnumerations.h @ 1669:a412ad57f0f9 db-changes

refactoring of sample plugins, OrthancPluginReconstructMainDicomTags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 01 Oct 2015 11:55:25 +0200
parents de1413733c97
children 4aaaecae5803
comparison
equal deleted inserted replaced
1668:de1413733c97 1669:a412ad57f0f9
109 109
110 enum GlobalProperty 110 enum GlobalProperty
111 { 111 {
112 GlobalProperty_DatabaseSchemaVersion = 1, // Unused in the Orthanc core as of Orthanc 0.9.5 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
119 }; 115 };
120 116
121 enum MetadataType 117 enum MetadataType
122 { 118 {
123 MetadataType_Instance_IndexInSeries = 1, 119 MetadataType_Instance_IndexInSeries = 1,