You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 11 Next »
The dashboard.json contains configurations that allows different display controls to be displayed on the patient dashboard.
{ "general": { "translationKey": "DASHBOARD_TAB_GENERAL_KEY", "displayByDefault": true, "maxRecentlyViewedPatients": 10, "sections": {} }, "trends": { "label": "Trends", "maxRecentlyViewedPatients": 10, "sections": {} }, "patientSummary": { "translationKey": "DASHBOARD_TAB_PATIENT_SUMMARY_KEY", "maxRecentlyViewedPatients": 10, "sections": {} } }
On this Page