Closed ndegwamartin closed 3 years ago
@f-odhiambo could you confirm which Features/PRs here are required for the Demo tomorrow?
@f-odhiambo could you confirm which Features/PRs here are required for the Demo tomorrow?
@ndegwamartin Here is a checklist of the relevant PRs and features required
CC @MuhammadSalman-7214 @syedowaisali90
Some key things WHO also wanted for us to
fun addBasePatientFilter(search: Search) {
search.filter(Patient.ADDRESS_CITY) {
modifier = StringFilterModifier.CONTAINS
value = "NAIROBI"
}
}
CC @MuhammadSalman-7214 @syedowaisali90
Some key things WHO also wanted for us to
- [x] hide any comorbidities questions
- [x] change the filter from Nairobi to Rome
fun addBasePatientFilter(search: Search) { search.filter(Patient.ADDRESS_CITY) { modifier = StringFilterModifier.CONTAINS value = "NAIROBI" } }
CC @MuhammadSalman-7214 @syedowaisali90
@f-odhiambo we are rendering questionnaire from server. If we don't want to include comorbidities question, then we have to update questionnaire from server and remove comorbidities question from server
Thanks for all the effort @MuhammadSalman-7214 @syedowaisali90 @ndegwamartin. Closing this ticket for now
Demo release
who-demo-release