Advertisement
Guest User

Untitled

a guest
May 21st, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. {
  2. "id": "custom.VisitHistory.List",
  3. "instanceOf": "coreapps.template.dashboardWidget",
  4. "description": "Recent Visits - Modified",
  5. "order": 10,
  6. "config": {
  7. "widget": "visitbyencountertype",
  8. "icon": "icon-group",
  9. "label": "Recent Visits - Modified",
  10. "maxRecords": "3",
  11. "combineEncounterTypes": "false"
  12. },
  13. "extensions": [
  14. {
  15. "id": "org.openmrs.module.coreapps.mostRecentVitals.clinicianDashboardSecondColumn",
  16. "appId": "custom.VisitHistory.List",
  17. "extensionPointId": "patientDashboard.secondColumnFragments",
  18. "extensionParams": {
  19. "provider": "coreapps",
  20. "fragment": "dashboardwidgets/dashboardWidget"
  21. }
  22. }
  23. ]
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement