19 lines
558 B
JSON
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"
|
|
}
|
|
}
|
|
}
|