Skip to content

Commit

Permalink
SL-734: add weight graph to the pregnancy dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
cioan committed Aug 30, 2024
1 parent ddc0b75 commit a3144b6
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions configuration/appframework/pregnancy_dashboard_app.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,32 @@
"duringCurrentEnrollmentInProgram": "${program.pregnancy.uuid}"
}
},
{
"id": "pregnancy.dashboard.weightGraph",
"icon": "fas fa-fw fa-chart-bar",
"label": "WEIGHT",
"url": "/pihcore/visit/visit.page?patient={{patient.uuid}}#/visitList",
"extensions": [
{
"extensionPointId": "${program.pregnancy.uuid}.firstColumnFragments",
"order": 4,
"requiredPrivilege": "${privilege.app_coreapps_patient_dashboard}",
"require": null,
"extensionParams": {
"provider": "coreapps",
"fragment": "dashboardwidgets/dashboardWidget"
}
}
],
"config": {
"widget": "obsgraph",
"icon": "fas fa-fw fa-chart-bar",
"label": "pih.app.hivWeightGraph.title",
"conceptId": "${concept.weightKG.uuid}",
"duringCurrentEnrollmentInProgram": "${program.pregnancy.uuid}",
"maxResults": "100"
}
},
{
"id": "pregnancy.dashboard.postpartumDailyProgressEncounters",
"icon": "fas fa-fw fa-user-md",
Expand Down

0 comments on commit a3144b6

Please sign in to comment.