Skip to content

Commit

Permalink
Merge pull request #2055 from opensrp/2050-crvs-revise-informant-deta…
Browse files Browse the repository at this point in the history
…ils-options

2050 crvs revise informant details options
  • Loading branch information
DebbieArita authored May 18, 2022
2 parents d84a233 + 61053ef commit ce06316
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
10 changes: 7 additions & 3 deletions opensrp-chw/src/crvs/assets/json.form/death_certification.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
9 changes: 5 additions & 4 deletions opensrp-chw/src/crvs/resources/death_certification.properties
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ 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)?
death_certification.step1.official_number.label = Numéro de téléphone du fonctionnaire
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
Expand All @@ -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
Expand Down

0 comments on commit ce06316

Please sign in to comment.