comparison OrthancServer/Sources/ServerEnumerations.h @ 5789:40ad08b75d84 find-refactoring

cleanup + W005
author Alain Mazy <am@orthanc.team>
date Tue, 17 Sep 2024 17:16:42 +0200
parents 42ef98bb3c13
children 8a8756b2dd0b
comparison
equal deleted inserted replaced
5788:61c9e5df64d7 5789:40ad08b75d84
216 { 216 {
217 Warnings_None, 217 Warnings_None,
218 Warnings_001_TagsBeingReadFromStorage, 218 Warnings_001_TagsBeingReadFromStorage,
219 Warnings_002_InconsistentDicomTagsInDb, 219 Warnings_002_InconsistentDicomTagsInDb,
220 Warnings_003_DecoderFailure, // new in Orthanc 1.12.5 220 Warnings_003_DecoderFailure, // new in Orthanc 1.12.5
221 Warnings_004_NoMainDicomTagsSignature // new in Orthanc 1.12.5 221 Warnings_004_NoMainDicomTagsSignature, // new in Orthanc 1.12.5
222 Warnings_005_RequestingTagFromLowerResourceLevel // new in Orthanc 1.12.5
222 }; 223 };
223 224
224 225
225 void InitializeServerEnumerations(); 226 void InitializeServerEnumerations();
226 227