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