-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ANC profile #217
Update ANC profile #217
Conversation
@@ -37,7 +37,7 @@ public static MemberObject getMember(String baseEntityID) { | |||
"m.phone_number , m.other_phone_number , f.first_name family_name , f.primary_caregiver , f.family_head , " + | |||
"fh.first_name family_head_first_name , fh.middle_name family_head_middle_name, fh.last_name family_head_last_name, " + | |||
"fh.phone_number family_head_phone_number , ar.confirmed_visits , f.village_town , ar.last_interacted_with , " + | |||
"ar.last_contact_visit , ar.visit_not_done , ar.last_menstrual_period , al.date_created , ar.* " + | |||
"ar.last_contact_visit , ar.visit_not_done , ar.last_menstrual_period , ar.gravida, al.date_created , ar.* " + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since we have ar.* I think we don't need ar.last_contact_visit , ar.visit_not_done , ar.last_menstrual_period , ar.gravida
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool. Makes sense. Let me test without the explicit column definitions
Update ANC Member Profile
ANC Profile updated to include pregnancy risk assessment label and Gravida text
See details in these issues: