From 476a4da733976a098d8822ad9c5686ec23dcf2e5 Mon Sep 17 00:00:00 2001 From: krishnanspace Date: Fri, 15 Nov 2019 12:53:32 +0530 Subject: [PATCH] BAH-790 | Added the config for the Provider Type Based Access to Forms --- openmrs/apps/clinical/app.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/openmrs/apps/clinical/app.json b/openmrs/apps/clinical/app.json index 2f0150229..8c9b1d7a6 100644 --- a/openmrs/apps/clinical/app.json +++ b/openmrs/apps/clinical/app.json @@ -27,6 +27,11 @@ "enableRadiologyOrderOptions":["Urgent","NeedsPrint"], "enableLabOrderOptions":["Urgent", "NeedsPrint"], "quickPrints":false, + "enableProviderTypeBasedFormsAccess": false, + "providerTypeBasedFormsAccess" : { + "provider1": ["History and Examination", "Obstetrics"], + "provider2": ["Vitals","Second Vitals"] + }, "networkConnectivity" : { "showNetworkStatusMessage": false, "networkStatusCheckInterval": 20000,