-
Notifications
You must be signed in to change notification settings - Fork 59
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
Adds search parameters with and / or logic #57
Conversation
This PR has a practical example of a patient search with the equals logic being applied. The example does not have the ability to perform partial searches as the SDK does not yet support the search |
app/src/main/java/org/smartregister/fhircore/PatientListViewModel.kt
Outdated
Show resolved
Hide resolved
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.
looks good, can you please add test
The andorid-fhir SDK has significantly diverged changing the current implementation of the search API. We can merge the PR after refactoring to accommodate search API |
sweet, can you add test for this? |
Partially address #20 |
Adds search parameters with and / or logic