Versions Compared

Key

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

...

  1. In config file openmrs/apps/clinical/medication.json include this “showRulesInMedication”: true. This config enables the Dosage Rule field in Medication Page in Order Drug accordion.

  2. To enable the drop-down. Follow this:Order Set Rules

    1. Include the below values in rulesengine-concept.properties file

      1. concept.weight.uuid=${WEIGHT_CONCEPT_UUID}

      2. concept.height.uuid=${HEIGHT_CONCEPT_UUID}

      Screenshot 2023-07-13 at 12.23.45 PM.png
  3. We have provided ability to set units for the dosage rules we select. If no units are mentioned then we will see all the units by default for that dosage rule.

    1. For Example: “mg/kg“ has “mg” and “ml” as their dosageRuleUnitsMap. Then in the medication dose units dropdown we will get only these two as the dropdown values.

Note:

  1. In the medications Page, if you wish to prescribe a medication keeping frequency, duration and duration unit as optional, the route of those medication can be added in continuousMedicationRoutes configuration as shown below as an example.

...