diff OrthancServer/Resources/Configuration.json @ 5856:d1dea8ad74a6 find-refactoring

implement StorageAccessOnFind for answers
author Alain Mazy <am@orthanc.team>
date Mon, 04 Nov 2024 21:51:24 +0100
parents aeb9f63923b1
children
line wrap: on
line diff
--- a/OrthancServer/Resources/Configuration.json	Mon Nov 04 20:00:42 2024 +0100
+++ b/OrthancServer/Resources/Configuration.json	Mon Nov 04 21:51:24 2024 +0100
@@ -1009,7 +1009,12 @@
     // Display a warning when a user performs a find request and requests a tag
     // from the DICOM Meta Header.
     // (new in Orthanc 1.12.5)
-    "W006_RequestingTagFromMetaHeader": true
+    "W006_RequestingTagFromMetaHeader": true,
+
+    // Display a warning when a user requests a tag that can not be read from disk
+    // because "StorageAccessOnFind" is set to "Never".
+    // (new in Orthanc 1.12.5)
+    "W007_MissingRequestedTagsNotReadFromDisk": true
   },
 
   // Configure Orthanc in read only mode.