Skip to content

Commit

Permalink
HEI child mother relationship in registration (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
shilpa-iplit authored and Ekirapapaul committed Sep 4, 2019
1 parent ac59a4d commit d865890
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions openmrs/apps/registration/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,19 @@
"expand": true,
"order": 4
},
"CaregiverFollowUp": {
"title": "Mother/Caregiver Follow Up Information",
"attributes": [
"MothersArtNo",
"AlternateContactPerson",
"TelephoneNo",
"ContactPersonDisclosedTo",
"MotherInCareAtArtClinic",
"FacilityName"
],
"expand": true,
"order": 5
},
"contactInformation": {
"title": "Contact Information",
"attributes": [
Expand All @@ -61,7 +74,7 @@
"AlternativeNumber"
],
"expand": true,
"order": 5
"order": 6
},
"treatmentSupporter": {
"title": "Treatment Supporter",
Expand All @@ -73,7 +86,7 @@
"HomeCareProvidedBy"
],
"expand": true,
"order": 6
"order": 7
},
"defaults": {
"MobileCountryCode": "South Sudan"
Expand Down

0 comments on commit d865890

Please sign in to comment.