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

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"
}
}