Skip to content
Merged
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
4 changes: 2 additions & 2 deletions app/enums.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ export const PatientDueStatus = {
*/
export const PatientRefusedStatus = {
Conflict: 'Conflicting consent',
Refusal: 'Parent refused'
Refusal: 'Consent refused'
}

/**
Expand Down Expand Up @@ -681,7 +681,7 @@ export const VaccinationOutcome = {
Vaccinated: 'Vaccinated',
PartVaccinated: 'Partially vaccinated',
AlreadyVaccinated: 'Already had the vaccine',
ConsentRefused: 'Parent refused',
ConsentRefused: 'Consent refused',
Refused: 'Child refused',
Absent: 'Child absent',
Unwell: 'Child unwell',
Expand Down