Skip to content

Commit

Permalink
[832] Patient data is not reflecting on Registered Patient List Bug F…
Browse files Browse the repository at this point in the history
…ixed (google#1093)
  • Loading branch information
PallaviGanorkar committed Feb 16, 2022
1 parent 53eae64 commit 0f497fa
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,7 @@ class PatientListViewModel(application: Application, private val fhirEngine: Fhi
}

private fun filterCity(search: Search) {
search.filter(
Patient.ADDRESS_CITY,
{
modifier = StringFilterModifier.MATCHES_EXACTLY
value = "NAIROBI"
}
)
search.filter(Patient.ADDRESS_CITY, { value = "NAIROBI" })
}

private suspend fun getRiskAssessments(): Map<String, RiskAssessment?> {
Expand Down

0 comments on commit 0f497fa

Please sign in to comment.