Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -418,4 +418,4 @@
{% endif %}
</div>

<a class="nhsuk-button" data-module="nhsuk-button" href="export-patients">Export list of patients</a>
<a class="nhsuk-button" data-module="nhsuk-button" href="#/">Export list of patients</a>
4 changes: 2 additions & 2 deletions app/views/maternity-patient-list-2-0-0/_FilterAndSort.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
classes: "nhsuk-checkboxes--small",
items: [
{ value: "statusfluvaccinated", text: "Vaccinated" },
{ value: "statusflueligible", text: "Eligible", checked: data.filtersApplied == "true" },
{ value: "statusflueligible", text: "Eligible" },
{ value: "statusflunotYetElligible", text: "Not yet eligible" }
]
}) }}
Expand Down Expand Up @@ -74,7 +74,7 @@
items: [
{ value: "rsvStatus", text: "RSV status", checked: data.filtersApplied == "true", conditional: { html: conditionalRSVstatus } },
{ value: "pertussisStatus", text: "Pertussis status", conditional: { html: conditionalPertussisStatus } },
{ value: "fluStatus", text: "Flu status", checked: data.filtersApplied == "true", conditional: { html: conditionalflustatus } }
{ value: "fluStatus", text: "Flu status", conditional: { html: conditionalflustatus } }

]
}) }}
Expand Down
5 changes: 3 additions & 2 deletions app/views/maternity-patient-list-2-0-0/patients.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ <h1 class="nhsuk-heading-l">

<div class="nhsuk-inset-text nhsuk-u-margin-top-6 nhsuk-u-margin-bottom-6">
<span class="nhsuk-u-visually-hidden">Information: </span>
<p>Vaccination information is updated overnight and not in real time. For a patient’s eligibility status to change, their vaccination must be recorded in RAVS or a GP system.</p>
<p>Weeks pregnant and eligibility status will update automatically over time for each patient. To change who is on your list, you will need to upload a new CSV file.</p>
</div>

Expand Down Expand Up @@ -90,10 +91,10 @@ <h1 class="nhsuk-heading-l">
×
</span>
<span class="govuk-applied-filter__label">
Weeks pregnant: 28 to 31 weeks
Weeks pregnant: 26 weeks
</span>
<span class="nhsuk-u-visually-hidden">
Remove filter Weeks pregnant 28 to 31 weeks
Remove filter Weeks pregnant 26 weeks
</span>
</a>
</div>
Expand Down