Skip to content

Commit

Permalink
Added no vaccine reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed May 3, 2024
1 parent 6f81414 commit 64a9a6f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_data/models/assess_vaccine_not_given_reasons.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
assessment_vaccine_not_given_reasons = [
"Not appropriate to vaccinate today, patient advised to rebook",
"Patient declined",
"Vaccine contraindicated"
]
6 changes: 6 additions & 0 deletions tests/test_data/models/no_consent_reasons.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
no_consent_reasons = [
"Having elsewhere / Had Vaccination",
"Other",
"Personal Choice",
"Porcine(Pork)"
]
5 changes: 5 additions & 0 deletions tests/test_data/models/no_vaccination_reasons.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
assessment_vaccine_not_given_reasons = [
"Not appropriate to vaccinate today, patient advised to rebook",
"Patient declined",
"Vaccine contraindicated"
]

0 comments on commit 64a9a6f

Please sign in to comment.