diff --git a/openmrs/apps/appointments/app.json b/openmrs/apps/appointments/app.json index 64b2bc649..ad88678de 100644 --- a/openmrs/apps/appointments/app.json +++ b/openmrs/apps/appointments/app.json @@ -8,6 +8,7 @@ } ], "config": { + "minCharLengthToTriggerPatientSearch": 3, "enableSpecialities": true, "startOfWeek": 2, "weekStart": "isoWeek", @@ -45,6 +46,10 @@ "allowedActionsByStatus": { "Scheduled": ["CheckedIn", "Missed", "Cancelled"], "CheckedIn": ["Completed", "Missed", "Cancelled"] + }, + "colorsForListView": { + "Missed": "#fceab6", + "Cancelled": "#fcb6b6" } } } diff --git a/openmrs/apps/clinical/app.json b/openmrs/apps/clinical/app.json index 4cddb8a06..2f0150229 100644 --- a/openmrs/apps/clinical/app.json +++ b/openmrs/apps/clinical/app.json @@ -25,6 +25,7 @@ "config": { "hideConditions": false, "enableRadiologyOrderOptions":["Urgent","NeedsPrint"], + "enableLabOrderOptions":["Urgent", "NeedsPrint"], "quickPrints":false, "networkConnectivity" : { "showNetworkStatusMessage": false,