Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • "forwardUrl": "#/patient/{{patientUuid}}/dashboard" should change to 
  • "forwardUrl": "#/default/patient/{{patientUuid}}/dashboard"
  • Note: 'default' is added as part of the url. This change has to be done in all the forwardUrl property. We have already taken care for the following implementations (possible, banyan, gudalur, jss, lokbiradri, default, bdshr, bd-hospital, bd-uhc, endtb) master branch. If it is missed in any other implementation, please go ahead and correct it.

Make calculation of total quantity configurable on Medications Tab

...


...

Display or Hide Total Qty and Total Qty Units UI elements on medications tab based on config.

  • The default behavior is Display the UI elements. This mode is called Detail View Drug Form.
  • The following config is required in clinical/app.json to hide it. This mode is called Simple Drug Form.
    clinical/app.json
  • "drugOrder": { "calculateTotalUnitssimpleDrugForm": ["ml","mg"] true }