diff --git a/app/views/maternity-patient-list-2-0-0/_AllVaccinations.html b/app/views/maternity-patient-list-2-0-0/_AllVaccinations.html index 37b3372..bd93cda 100644 --- a/app/views/maternity-patient-list-2-0-0/_AllVaccinations.html +++ b/app/views/maternity-patient-list-2-0-0/_AllVaccinations.html @@ -413,7 +413,7 @@ {% else %}
- Showing 1 to 20 of 2,000 patients + Showing 1 to 20 of 1,994 patients
{% endif %} diff --git a/app/views/maternity-patient-list-2-0-0/_DataQualityIssues.html b/app/views/maternity-patient-list-2-0-0/_DataQualityIssues.html index 50e9cf0..cc1e011 100644 --- a/app/views/maternity-patient-list-2-0-0/_DataQualityIssues.html +++ b/app/views/maternity-patient-list-2-0-0/_DataQualityIssues.html @@ -30,19 +30,25 @@ {#P004#} Ahmed, Zara301 687 2459 14 Oct 2026 - Patient information not found + Patient record is flagged as sensitive {#P005#} Walker, Sophie774 209 6583 10 Aug 2026 - There was a technical problem + The patient has died + + + {#P006#} + Morgan, Lucy485 777 3456 + 18 Jan 2027 + Patient's NHS number is superseded
- Showing 1 to 5 of 5 patients + Showing 1 to 6 of 6 patients
\ No newline at end of file diff --git a/app/views/maternity-patient-list-2-0-0/patients-data-errors.html b/app/views/maternity-patient-list-2-0-0/patients-data-errors.html index 3f8913d..7be63df 100755 --- a/app/views/maternity-patient-list-2-0-0/patients-data-errors.html +++ b/app/views/maternity-patient-list-2-0-0/patients-data-errors.html @@ -43,7 +43,7 @@

- {% set patientCount = "238" if data.filtersApplied == "true" else "1,995" %} + {% set patientCount = "238" if data.filtersApplied == "true" else "1,994" %} {{ appSecondaryNavigation({ visuallyHiddenTitle: "Secondary menu", @@ -54,7 +54,7 @@

href: "patients" }, { - text: pageTitle ~ " (5)", + text: pageTitle ~ " (6)", href: "#/", current: true } diff --git a/app/views/maternity-patient-list-2-0-0/patients.html b/app/views/maternity-patient-list-2-0-0/patients.html index 598ab61..b5a06c2 100755 --- a/app/views/maternity-patient-list-2-0-0/patients.html +++ b/app/views/maternity-patient-list-2-0-0/patients.html @@ -105,7 +105,7 @@

{% endif %} - {% set patientCount = "238" if data.filtersApplied == "true" else "1,995" %} + {% set patientCount = "238" if data.filtersApplied == "true" else "1,994" %} {{ appSecondaryNavigation({ visuallyHiddenTitle: "Secondary menu", @@ -117,7 +117,7 @@

current: true }, { - text: "Import issues (5)", + text: "Import issues (6)", href: "patients-data-errors" } ] diff --git a/app/views/mvp-patient-list-and-export/_secondayNavContentAllVaccinations.html b/app/views/mvp-patient-list-and-export/_secondayNavContentAllVaccinations.html index bf06686..3a5147e 100644 --- a/app/views/mvp-patient-list-and-export/_secondayNavContentAllVaccinations.html +++ b/app/views/mvp-patient-list-and-export/_secondayNavContentAllVaccinations.html @@ -362,7 +362,7 @@

{% else %}
- Showing 1 to 20 of 2,000 patients + Showing 1 to 20 of 1,994 patients
{% endif %}
diff --git a/app/views/mvp-patient-list-and-export/_secondayNavContentDataQualityIssues.html b/app/views/mvp-patient-list-and-export/_secondayNavContentDataQualityIssues.html index 50e9cf0..cc1e011 100644 --- a/app/views/mvp-patient-list-and-export/_secondayNavContentDataQualityIssues.html +++ b/app/views/mvp-patient-list-and-export/_secondayNavContentDataQualityIssues.html @@ -30,19 +30,25 @@ {#P004#} Ahmed, Zara301 687 2459 14 Oct 2026 - Patient information not found + Patient record is flagged as sensitive {#P005#} Walker, Sophie774 209 6583 10 Aug 2026 - There was a technical problem + The patient has died + + + {#P006#} + Morgan, Lucy485 777 3456 + 18 Jan 2027 + Patient's NHS number is superseded
- Showing 1 to 5 of 5 patients + Showing 1 to 6 of 6 patients
\ No newline at end of file diff --git a/app/views/mvp-patient-list-and-export/export-patients-completed.html b/app/views/mvp-patient-list-and-export/export-patients-completed.html index 2d33a56..3a0dda5 100644 --- a/app/views/mvp-patient-list-and-export/export-patients-completed.html +++ b/app/views/mvp-patient-list-and-export/export-patients-completed.html @@ -19,7 +19,7 @@

{% if data.filtersApplied == "true" %} 238 patients are on your exported list {% else %} - 1,995 patients are on your exported list + 1,994 patients are on your exported list {% endif %} diff --git a/app/views/mvp-patient-list-and-export/export-patients.html b/app/views/mvp-patient-list-and-export/export-patients.html index 8027672..18b8acc 100644 --- a/app/views/mvp-patient-list-and-export/export-patients.html +++ b/app/views/mvp-patient-list-and-export/export-patients.html @@ -76,7 +76,7 @@

Your current list of pregnant patients was uploaded by Chloe Liu at 11:57am on {{ date({ day: "numeric", month: "long", year: "numeric" }, { day: -7 }) }}.

- There are 1,995 patients in your list and no filters applied. + There are 1,994 patients in your list and no filters applied.

{% endif %} {% if data.filtersApplied == "true" %} diff --git a/app/views/mvp-patient-list-and-export/patients-data-errors.html b/app/views/mvp-patient-list-and-export/patients-data-errors.html index 4d994c9..d1e104d 100755 --- a/app/views/mvp-patient-list-and-export/patients-data-errors.html +++ b/app/views/mvp-patient-list-and-export/patients-data-errors.html @@ -157,7 +157,7 @@

- {% set patientCount = "238" if data.filtersApplied == "true" else "1,995" %} + {% set patientCount = "238" if data.filtersApplied == "true" else "1,994" %} {{ appSecondaryNavigation({ visuallyHiddenTitle: "Secondary menu", @@ -168,7 +168,7 @@

href: "patients" }, { - text: pageTitle ~ " (5)", + text: pageTitle ~ " (6)", href: "#/", current: true } diff --git a/app/views/mvp-patient-list-and-export/patients.html b/app/views/mvp-patient-list-and-export/patients.html index e1a8375..0ee7e31 100755 --- a/app/views/mvp-patient-list-and-export/patients.html +++ b/app/views/mvp-patient-list-and-export/patients.html @@ -256,7 +256,7 @@

{% endif %} - {% set patientCount = "238" if data.filtersApplied == "true" else "1,995" %} + {% set patientCount = "238" if data.filtersApplied == "true" else "1,994" %} {{ appSecondaryNavigation({ visuallyHiddenTitle: "Secondary menu", @@ -268,7 +268,7 @@

current: true }, { - text: "Import issues (5)", + text: "Import issues (6)", href: "patients-data-errors" } ]