24 lines
791 B
JSON
24 lines
791 B
JSON
{
|
|
"bahmniOperationTheatreScheduledQueue":{
|
|
"id": "bahmni.ipd.patients.search.patientsScheduled",
|
|
"extensionPointId": "org.bahmni.patient.search",
|
|
"type": "config",
|
|
"extensionParams": {
|
|
"links": [
|
|
{
|
|
"url": "/bahmni/clinical/#/default/patient/{{patientUuid}}/dashboard",
|
|
"linkColumn": "PATIENT_LISTING_QUEUES_HEADER_IDENTIFIER",
|
|
"newTab": true
|
|
}
|
|
],
|
|
"view": "tabular",
|
|
"searchHandler": "emrapi.sqlSearch.otScheduledQueue",
|
|
"translationKey": "PATIENT_LISTING_QUEUE_SCHEDULED_LABEL_KEY",
|
|
"searchColumns": ["PATIENT_LISTING_QUEUES_HEADER_IDENTIFIER", "PATIENT_LISTING_QUEUES_HEADER_NAME", "Date of Surgery"]
|
|
},
|
|
"label": "Scheduled",
|
|
"order": 1,
|
|
"requiredPrivilege": "app:ot"
|
|
}
|
|
}
|