Skip to content

Commit

Permalink
Imms upload: update guidance for the vaccinator fields
Browse files Browse the repository at this point in the history
  • Loading branch information
benilovj committed Nov 17, 2024
1 parent 46c3cc4 commit 4ffe010
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions app/components/app_import_format_details_component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -261,23 +261,17 @@ def care_setting

def performing_professional
[
{
name: "PERFORMING_PROFESSIONAL_EMAIL",
notes:
"Required if #{tag.code("VACCINATED")} is #{tag.i("Y")} unless " \
"#{tag.code("PERFORMING_PROFESSIONAL_FORENAME")} and " \
"#{tag.code("PERFORMING_PROFESSIONAL_SURNAME")} is provided"
},
{ name: "PERFORMING_PROFESSIONAL_EMAIL", notes: tag.strong("Required") },
{
name: "PERFORMING_PROFESSIONAL_FORENAME",
notes:
"Required if #{tag.code("VACCINATED")} is #{tag.i("Y")} unless " \
"Required for uploading historical vaccination records unless " \
"#{tag.code("PERFORMING_PROFESSIONAL_EMAIL")} is provided"
},
{
name: "PERFORMING_PROFESSIONAL_SURNAME",
notes:
"Required if #{tag.code("VACCINATED")} is #{tag.i("Y")} unless " \
"Required for uploading historical vaccination records unless " \
"#{tag.code("PERFORMING_PROFESSIONAL_EMAIL")} is provided"
}
]
Expand Down

0 comments on commit 4ffe010

Please sign in to comment.