From 73c1e04f7967863627bb8d57bed7c95ec4fc9b5d Mon Sep 17 00:00:00 2001 From: Benjy Stanton <2545065+benjystanton@users.noreply.github.com> Date: Wed, 29 Jul 2026 13:55:34 +0100 Subject: [PATCH] Update with latest content --- .../error-patients-not-added.html | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/app/views/mvp-patient-upload/error-patients-not-added.html b/app/views/mvp-patient-upload/error-patients-not-added.html index 4a7ab18..dbf7a4d 100644 --- a/app/views/mvp-patient-upload/error-patients-not-added.html +++ b/app/views/mvp-patient-upload/error-patients-not-added.html @@ -20,15 +20,28 @@
The CSV file should include a header row followed by data rows. The header row must include two columns: NHS number, Due date.
++ You must use a UK format for all due dates. +
For example:
- NHS number, Due date
1234567890, 2026-04-27
0987654321, 2026-11-12
+ NHS number, Due date
+ 1234567890, 27/04/2026
+ 0987654321, 11/12/2026
- Your file may have failed to upload because there was a problem with one or more NHS numbers in your file. NHS numbers must be valid, - contain 10 digits and only include numbers. + Your file may have failed if the due date for one or more records is: +
++ NHS numbers must be valid, contain 10 digits and only include numbers.
Check the data and upload a new CSV file.