Uploaded image for project: 'Reference Application'
  1. Reference Application
  2. RA-1729

Migrate the 'Dispensed Medication' dashboard widget from Order Entry UI module to Core Apps

    XMLWordPrintable

Details

    • 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

      Gliffy Diagrams

        Attachments

          Activity

            People

              ruhanga Nathan Ruhanga
              ruhanga Nathan Ruhanga
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: