comparison OrthancServer/Sources/ServerEnumerations.h @ 5787:42ef98bb3c13 find-refactoring

Do not read from disk when not required
author Alain Mazy <am@orthanc.team>
date Tue, 17 Sep 2024 12:48:51 +0200
parents 0da33161acf7
children 40ad08b75d84
comparison
equal deleted inserted replaced
5786:09e337d45d22 5787:42ef98bb3c13
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 }; 222 };
222 223
223 224
224 void InitializeServerEnumerations(); 225 void InitializeServerEnumerations();
225 226