...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
{ "id": "referenceapplication.legacyRunICUReport", "label": "Run Legacy ICU Report", "description": "Run the ICU Discharge Summary through legacy UI", "extensions": [ { "id": "referenceapplication.legacyRunICUReportLink", "extensionPointId": "org.openmrs.referenceapplication.homepageLink", "type": "link", "label": "Imprimer ICU Décharge Résumé", "url": "module/reporting/run/runReport.form?reportId=76cfc87a-9e88-4d39-acc7-ed68d4beb1f7", "icon": "icon-print", "order": 20, "requiredPrivilege": "Task: referenceapplication.simpleDischarge" } ] } |
The interface to run the report looks like this. Choose the patient (by name or identifier), and select the "Output To:" to reflect the HTML/Text renderer you created. Then click Request Report.
Note: The user will need to open the generated report of extension 'null' in their web browser.
...