Details
-
Improvement
-
Status: Approved
-
Should
-
Resolution: Fixed
-
None
-
None
-
Low
Description
The Dispensed Medication widget should be moved into coreapps so drug order summaries can be viewable without having to install the Order Entry UI module to be deprecated.
The widget should be configurable with with the following json snippet:
{ "id": "coreapps.dispensedMedication", "instanceOf": "coreapps.template.dashboardWidget", "description": "Show dispensed medications as drug orders", "order": 10, "config": { "displayActivationDate": true|false, "detailsUrl": "../../owa/orderentry/index.html?patient={{patientUuid}}"|null }, "extensions": [ { "id": "org.openmrs.module.coreapps.dispensedMedication.clinicianDashboardFirstColumn", "appId": "coreapps.dispensedMedication", "extensionPointId": "patientDashboard.secondColumnFragments", "extensionParams": { "provider": "coreapps", "fragment": "patientdashboard/activeDrugOrders" } } ] }
Related topic: https://talk.openmrs.org/t/drug-orders-medications-widget-on-the-patient-dashboard/26926