diff 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
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerEnumerations.h	Tue Sep 17 12:47:42 2024 +0200
+++ b/OrthancServer/Sources/ServerEnumerations.h	Tue Sep 17 12:48:51 2024 +0200
@@ -218,6 +218,7 @@
     Warnings_001_TagsBeingReadFromStorage,
     Warnings_002_InconsistentDicomTagsInDb,
     Warnings_003_DecoderFailure,              // new in Orthanc 1.12.5
+    Warnings_004_NoMainDicomTagsSignature     // new in Orthanc 1.12.5
   };