Wiki Spaces
Documentation
Projects
Resources
Get Help from Others
Q&A: Ask OpenMRS
Discussion: OpenMRS Talk
Real-Time: IRC Chat | Slack
To display more reports on the patient dashboard, for each report you would like to display, go under manage reports and give it an extension like below:
{ "id": "patientDashboard.overallActions.xreport.2", "extensionPointId": "patientDashboard.overallActions", "type": "link", "label": "ID Card", "url": "xreports/runReports.page?patientId={{patient.patientId}}&reportId=2", "icon": "icon-bar-chart", "order": 100, "requiredPrivilege": "App: xreports.run" }
Wherever you see the value "2", replace it with the value of the reportId for the report you would like to display. You can copy the reportId value from the browser url when editing a report.