File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 2424 } if (currentUser and (["Lead administrator", "Administrator"] | arrayOrStringIncludes(currentUser.role))),
2525 {
2626 url: "/reports",
27- label: "Reports ",
27+ label: "Records ",
2828 classes: ("app-header__navigation-item--current" if currentSection == "reports")
2929 } if (currentUser and (["Lead administrator", "Administrator"] | arrayOrStringIncludes(currentUser.role))),
3030 {
Original file line number Diff line number Diff line change 1010 < div class ="nhsuk-grid-row ">
1111 < div class ="nhsuk-grid-column-full ">
1212
13- < h1 class ="nhsuk-heading-xl "> Reports </ h1 >
13+ < h1 class ="nhsuk-heading-xl "> Records </ h1 >
1414
15- < p class ="nhsuk-body-l "> Create and download reports</ p >
15+ < h2 > Find and edit records</ h2 >
16+
17+ < p > Last 10 records listed with view links?</ p >
18+
19+ < p > Or find by patient or date?</ p >
20+
21+ < h2 > Export records</ h2 >
22+
23+ < p class ="nhsuk-body-l "> Create and download extracts of records</ p >
1624
1725 {{ button({
18- "text": "Create report ",
26+ "text": "Create extract ",
1927 "href": "/reports/choose-dates"
2028 }) }}
2129
You can’t perform that action at this time.
0 commit comments