From 6039fbb544716f3d303667f173eda679aa58cf96 Mon Sep 17 00:00:00 2001 From: Ibrahim Date: Sat, 21 Dec 2024 15:31:34 -0500 Subject: [PATCH] doc --- platform/docs/docs/configuration/configurationFiles.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platform/docs/docs/configuration/configurationFiles.md b/platform/docs/docs/configuration/configurationFiles.md index a212618363..f7865332d3 100644 --- a/platform/docs/docs/configuration/configurationFiles.md +++ b/platform/docs/docs/configuration/configurationFiles.md @@ -197,6 +197,9 @@ if auth headers are used, a preflight request is required. ```js caseSensitive: { patientname: false, + studydescription: false, + accessionnumber: false, + '00100020': false, } ``` - `dangerouslyUseDynamicConfig`: Dynamic config allows user to pass `configUrl` query string. This allows to load config without recompiling application. If the `configUrl` query string is passed, the worklist and modes will load from the referenced json rather than the default .env config. If there is no `configUrl` path provided, the default behaviour is used and there should not be any deviation from current user experience.