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
8 changes: 8 additions & 0 deletions app/views/mvp-patient-upload/error-patients-not-added.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ <h1 class="nhsuk-heading-l">
<p class="nhsuk-body">
Check the data and upload a new CSV file.
</p>

<h2 class="nhsuk-heading-m">
Questions and support
</h2>
<p class="nhsuk-body">
If you need help or have questions about adding patients, email <a href-"mailto:england.ravs@nhs.net">england.ravs@nhs.net</a> to contact the team.
</p>

<p class="nhsuk-body">
<a href="add-patients?scenario=firstUpload" class="nhsuk-button" data-module="nhsuk-button">Add patients</a>
</p>
Expand Down
15 changes: 10 additions & 5 deletions app/views/mvp-patient-upload/upload-complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,19 @@ <h1 class="nhsuk-panel__title">
</div>

<p class="nhsuk-body">
We are checking the patient records you uploaded match the vaccination information we hold about your patients. Any patients in your CSV file that do not have an NHS number will not appear in your list of pregnant patients in RAVS.
We are checking the patient records you uploaded match the vaccination information we hold about your patients. Any patients in your CSV file that do not have an NHS number will not appear in your list of pregnant patients in RAVS.
</p>
<p class="nhsuk-body">
It could take several hours to match vaccination information. You cannot view your list of patients during this time.
It could take several hours to match vaccination information. You cannot view your list of patients during this time.
</p>
{# <p class="nhsuk-body">
We will send you an email when your list is ready to view.
</p> #}

<h2 class="nhsuk-heading-m">
Questions and support
</h2>
<p class="nhsuk-body">
If you need help or have questions about adding patients, email <a href-"mailto:england.ravs@nhs.net">england.ravs@nhs.net</a> to contact the team.
</p>

<p class="nhsuk-body">
<a href="change-log?uploadedList=processing">View patient upload history</a>
</p>
Expand Down