From 61053ef837e6999ca1fe687a0c0ee2890c497938 Mon Sep 17 00:00:00 2001 From: Debbie Mong'are Date: Tue, 17 May 2022 17:43:14 +0300 Subject: [PATCH] revise informant details options --- .../src/crvs/assets/json.form/death_certification.json | 10 +++++++--- .../src/crvs/resources/death_certification.properties | 9 +++++---- .../crvs/resources/death_certification_fr.properties | 9 +++++---- 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/opensrp-chw/src/crvs/assets/json.form/death_certification.json b/opensrp-chw/src/crvs/assets/json.form/death_certification.json index 5bad2fd3d3..e67e4e880f 100644 --- a/opensrp-chw/src/crvs/assets/json.form/death_certification.json +++ b/opensrp-chw/src/crvs/assets/json.form/death_certification.json @@ -197,18 +197,22 @@ "{{death_certification.step1.informant_relationship.values[0]}}", "{{death_certification.step1.informant_relationship.values[1]}}", "{{death_certification.step1.informant_relationship.values[2]}}", - "{{death_certification.step1.informant_relationship.values[3]}}" + "{{death_certification.step1.informant_relationship.values[3]}}", + "{{death_certification.step1.informant_relationship.values[4]}}" + ], "keys": [ - "Sibling", - "Spouse", "Parent", + "Spouse", + "Sibling", + "Other Relative", "Other" ], "openmrs_choice_ids": { "Sibling": "sibling_id_openmrs", "Spouse": "spouse_id_openmrs", "Parent": "parent_id_openmrs", + "Other Relative": "other_relative_id_openmrs", "Other": "other_id_openmrs" }, "v_required": { diff --git a/opensrp-chw/src/crvs/resources/death_certification.properties b/opensrp-chw/src/crvs/resources/death_certification.properties index 0d234a96d1..47bbf37edb 100644 --- a/opensrp-chw/src/crvs/resources/death_certification.properties +++ b/opensrp-chw/src/crvs/resources/death_certification.properties @@ -1,5 +1,4 @@ death_certification.step1.received_death_certificate.values[0] = Yes -death_certification.step1.informant_relationship.values[1] = Spouse death_certification.step1.death_certificate_issue_date.label = Death certificate issuance date death_certification.step1.official_name.label = Full Name death_certification.step1.informant_relationship.hint = Relationship to decedent @@ -13,7 +12,6 @@ death_certification.step1.mandatory_field.v_required.err = Mandatory field death_certification.step1.official_address.label = Address of official death_certification.step1.ask_family_member.text = Ask to see the death notification and instruct the family member to register the death at CRO. (if death notification done) death_certification.step1.received_death_certificate.hint = Does the family of the decedent have a death certificate? -death_certification.step1.informant_relationship.values[0] = Sibling death_certification.step1.official_address.hint = Address of official death_certification.step1.death_certificate_number.label = Death certificate number death_certification.step1.informant_name.hint = Name @@ -32,8 +30,11 @@ death_certification.step1.instruct_family_member.text = Instruct the family memb death_certification.step1.informant_address.hint = Address death_certification.step1.informant_phone.label = Phone death_certification.step1.received_death_certificate.values[1] = No -death_certification.step1.informant_relationship.values[2] = Parent -death_certification.step1.informant_relationship.values[3] = Other +death_certification.step1.informant_relationship.values[0] = Parent +death_certification.step1.informant_relationship.values[1] = Spouse +death_certification.step1.informant_relationship.values[2] = Sibling +death_certification.step1.informant_relationship.values[3] = Other Relative +death_certification.step1.informant_relationship.values[4] = Other death_certification.step1.death_certificate_fields.text = Death Certificate death_certification.step1.received_death_certificate.v_required.err = Please choose an option death_certification.step1.informant_phone.hint = Phone diff --git a/opensrp-chw/src/crvs/resources/death_certification_fr.properties b/opensrp-chw/src/crvs/resources/death_certification_fr.properties index 5aa8a94c1b..5009124e2a 100644 --- a/opensrp-chw/src/crvs/resources/death_certification_fr.properties +++ b/opensrp-chw/src/crvs/resources/death_certification_fr.properties @@ -8,7 +8,6 @@ death_certification.step1.death_certificate_number.v_numeric.err = S'il vous pla death_certification.step1.official_id.label = Numéro d'identification personnel death_certification.step1.received_death_certificate.values[1] = Non death_certification.step1.informant_phone.v_numeric.err = S'il vous plait, entrez un nombre valide -death_certification.step1.informant_relationship.values[0] = Frère et sœur death_certification.step1.official_address.hint = Adresse du fonctionnaire death_certification.step1.received_death_certificate.v_required.err = Veuillez choisir une option death_certification.step1.received_death_certificate.hint = La famille du défunt (de la défunte) dispose-t-elle d'un certificat de décès (O/N)? @@ -16,7 +15,6 @@ death_certification.step1.official_number.label = Numéro de téléphone du fonc death_certification.step1.death_certificate_number.hint = Numéro du certificat de décès (si le certificat a été reçu) death_certification.step1.official_id.hint = Numéro d'identification personnel death_certification.step1.death_certificate_issue_date.hint = Date d'émission du certificat de décès (si le certificat a été reçu) -death_certification.step1.informant_relationship.values[1] = Conjointe death_certification.step1.death_certificate_fields.text = Acta de defunción death_certification.step1.official_name.label = Nom et prénom death_certification.step1.title = Supprimer un membre de la famille @@ -27,8 +25,11 @@ death_certification.step1.official_address.label = Adresse du fonctionnaire death_certification.step1.informant_name.hint = Nom death_certification.step1.death_notification_done.hint = La notification de décès a-t-elle été faite (si le certificat n'a pas été reçu) - O/N)? death_certification.step1.death_notification_done.values[0] = Oui -death_certification.step1.informant_relationship.values[2] = Parente -death_certification.step1.informant_relationship.values[3] = Autre +death_certification.step1.informant_relationship.values[0] = Parente(père ou mère) +death_certification.step1.informant_relationship.values[1] = Conjointe(mari ou femme) +death_certification.step1.informant_relationship.values[2] = Frère ou sœur +death_certification.step1.informant_relationship.values[3] = Autre lien de parenté +death_certification.step1.informant_relationship.values[4] = Autre death_certification.step1.official_position.label = Position officielle death_certification.step1.official_fields.text = Détails officiels death_certification.step1.informant_phone.label = Téléphone