NINS_CODE/bahmni_config/openmrs/apps/ot/app.json
travelershot 70dda814aa codepush
2024-12-12 22:37:39 +06:00

19 lines
558 B
JSON

{
"id": "bahmni.ot.scheduling",
"extensionPoints": [
],
"config": {
"patientDashboardUrl": {
"link": "/bahmni/clinical/#/default/patient/{{patientUuid}}/dashboard",
"errorMessage": "The patient is not enrolled to the program"
},
"primarySurgeonsForOT" : ["Super Man","Demo Doctor","labsystem system","Billing System"],
"printListViewTemplateUrl" : "/bahmni_config/openmrs/apps/ot/printListView.html",
"calendarView": {
"dayViewStart": "08:00",
"dayViewEnd": "18:00",
"dayViewSplit": "60"
}
}
}