In order to include out of catchment services in HIA2 reporting, we have to capture the child's age and gender in the form (since a lot of the HIA2 indicators are disaggregated by age and gender) as well as add new service options for Vitamin A, deworming, and ITN.
If offline, the user will have to fill age and gender manually; if online, the app can pull in age and gender automatically from the advanced search results.
Assigning to myself for now, as I'll update the data dictionary first before tech picks up this issue.
Copied from original issue: OpenSRP/opensrp-client#495
[ ] using zeir_id ,gender and age add a record in ec_child table if one doesn't exist when recording out of area services
[ ] add child_id column to weights and vaccines table as a foreign key to the child so that it's easy to uniquely match weight/vaccine records with the client even when base_entity_id is not known
From @cagulas on May 10, 2017 14:4
In order to include out of catchment services in HIA2 reporting, we have to capture the child's age and gender in the form (since a lot of the HIA2 indicators are disaggregated by age and gender) as well as add new service options for Vitamin A, deworming, and ITN.
If offline, the user will have to fill age and gender manually; if online, the app can pull in age and gender automatically from the advanced search results.
Assigning to myself for now, as I'll update the data dictionary first before tech picks up this issue.
Copied from original issue: OpenSRP/opensrp-client#495