Advertisement
Guest User

Configured Report App JSON

a guest
Nov 3rd, 2015
627
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. {
  2. "id": "my.reportingui.reports",
  3. "description": "Homepage showing a list of different kinds of reports",
  4. "order": 10,
  5. "extensionPoints": [
  6. {
  7. "id": "org.openmrs.module.reportingui.reports.overview",
  8. "description": "Links to available Overview Reports",
  9. "supportedExtensionTypes": [ "link" ]
  10. },
  11. {
  12. "id": "org.openmrs.module.reportingui.reports.dataquality",
  13. "description": "Links to available Data Quality Reports",
  14. "supportedExtensionTypes": [ "link" ]
  15. },
  16. {
  17. "id": "org.openmrs.module.reportingui.reports.dataexport",
  18. "description": "Links to available Data Exports",
  19. "supportedExtensionTypes": [ "link" ]
  20. }
  21. ],
  22. "extensions": [
  23. {
  24. "id": "reportingui.reports.homepagelink",
  25. "extensionPointId": "org.openmrs.referenceapplication.homepageLink",
  26. "type": "link",
  27. "label": "reportingui.reportsapp.home.title",
  28. "url": "reportingui/reportsapp/home.page",
  29. "icon": "icon-list-alt",
  30. "order": 5,
  31. "requiredPrivilege": "App: reportingui.reports"
  32. },
  33. {
  34. "id": "reportingui.dataExports.adHoc",
  35. "extensionPointId": "org.openmrs.module.reportingui.reports.dataexport",
  36. "type": "link",
  37. "label": "reportingui.adHocAnalysis.label",
  38. "url": "reportingui/adHocManage.page",
  39. "order": 9999,
  40. "requiredPrivilege": "App: reportingui.adHocAnalysis",
  41. "featureToggle": "reportingui_adHocAnalysis"
  42. },
  43. {
  44. "id": "Hospitalization Diagnosis Report",
  45. "extensionPointId": "org.openmrs.module.reportingui.reports.overview",
  46. "type": "link",
  47. "label": "Hospitalization Diagnosis Report",
  48. "url": "reportingui/runReport.page?reportDefinition=ee8ec0e1-db59-4cf0-8b4b-cc3666bb1e2e",
  49. "order": 1,
  50. "requiredPrivilege": "App: reportingui.reports"
  51. }
  52. ],
  53. "requiredPrivilege": "App: reportingui.reports"
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement