Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

<Brief Description>

Steps

<4-5 granular steps to implementing it. Each step should be accompanied with details, a screenshot and code snippets as required. >

 

Code Block
{
    "<dashboardName>": {
        "translationKey": "<Title>",
        "displayByDefault": true,
        "maxRecentlyViewedPatients": 10,
        "sections": { //Sections that need to be listed on this dashboard. 

        }
    },
    },
    "<anotherDashboardName>": {
		…
    }
}

Tip
titleOn this Page

Table of Contents