We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b48e6 commit 62073f1Copy full SHA for 62073f1
1 file changed
app/enums.js
@@ -350,7 +350,7 @@ export const PatientDueStatus = {
350
*/
351
export const PatientRefusedStatus = {
352
Conflict: 'Conflicting consent',
353
- Refusal: 'Parent refused'
+ Refusal: 'Consent refused'
354
}
355
356
/**
@@ -681,7 +681,7 @@ export const VaccinationOutcome = {
681
Vaccinated: 'Vaccinated',
682
PartVaccinated: 'Partially vaccinated',
683
AlreadyVaccinated: 'Already had the vaccine',
684
- ConsentRefused: 'Parent refused',
+ ConsentRefused: 'Consent refused',
685
Refused: 'Child refused',
686
Absent: 'Child absent',
687
Unwell: 'Child unwell',
0 commit comments