opensrp / fhircore

FHIR Core / OpenSRP 2 is a Kotlin application for delivering offline-capable, mobile-first healthcare project implementations from local community to national and international scale using FHIR and WHO Smart Guidelines on Android.
https://opensrp.io
Apache License 2.0
59 stars 59 forks source link

August 18th Demo Release #495

Closed ndegwamartin closed 3 years ago

ndegwamartin commented 3 years ago

Demo release

ndegwamartin commented 3 years ago

@f-odhiambo could you confirm which Features/PRs here are required for the Demo tomorrow?

f-odhiambo commented 3 years ago

@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

f-odhiambo commented 3 years ago

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

MuhammadSalman-7214 commented 3 years ago

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

f-odhiambo commented 3 years ago

Thanks for all the effort @MuhammadSalman-7214 @syedowaisali90 @ndegwamartin. Closing this ticket for now