Skip to content

Commit

Permalink
BAH-4058 | Add. Display Controls Section In Medication Tab (#38)
Browse files Browse the repository at this point in the history
* [Rahul] | BAH-4058 | Add. Display Controls Section In Medication Tab

* [Rahul] | BAH-4058 | Remove. Vitals Display Control
  • Loading branch information
rahu1ramesh authored Aug 1, 2024
1 parent 0545f2e commit 8cb836b
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion openmrs/apps/clinical/extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,38 @@
"label": "Medications",
"translationKey":"MEDICATIONS_BOARD_LABEL_KEY",
"extensionParams":{
"tabConfigName": "allMedicationTabConfig"
"tabConfigName": "allMedicationTabConfig",
"sections": {
"nutritionalValues":{
"translationKey": "DASHBOARD_TITLE_NUTRITIONAL_VALUES_KEY",
"type": "observation",
"isObservation": true,
"displayOrder": 1,
"dashboardConfig": {
"conceptNames":[
"Height (cm)",
"Weight (kg)"
],
"showDetailsButton": true
},
"expandedViewConfig": {
"conceptNames":[
"Height (cm)",
"Weight (kg)",
"Body mass index",
"BMI STATUS"
],
"scope": "latest",
"showDetailsButton": true,
"pivotTable": {}
},
"hideEmptyDisplayControl": true
},
"allergies": {
"type": "allergies",
"displayOrder": 2
}
}
},
"url": "treatment",
"icon": "fa-user-md",
Expand Down

0 comments on commit 8cb836b

Please sign in to comment.