L≡ZRS
L≡ZRS
**Describe the feature request.** Add support for validating FHIR resources before getting saved to local DB to ensure that no invalid resources are saved. This would also help ensure that...
**IMPORTANT: Where possible all PRs must be linked to a Github issue** Enable support of the latest P2P features for MWCore waiting on https://github.com/opensrp/fhircore/pull/2807 **Engineer Checklist** - [ ] I...
**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #2559 **Description** Chunks the number of variables used in "IN(...)" to 999 **Alternative(s)...
**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #2561 **Description** Recursively bifurcates the conditional params expressions to prevent occurences of SQLite...
**Describe the bug** Sometimes the "previous" button used for paginations shows in the first page, and crashes with the following exception when clicked ```txt org...rtregister.fhircore.mwcoreDev E FATAL EXCEPTION: main Process:...
**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #2568 **Description** Change `getQuestionnairePages` to only return questionnaire pages from QuestionnaireItems that have...
**Describe the bug** Filtering data from the db using the FhirEngine#search interface ``` val patientListIdsReferenceParamFilterCriteria = .... fhirEngine.search{ filter(CarePlan.SUBJECT, *patientListIds.toTypedArray()) } ``` with a long list of more than 500...
**Describe the bug** Currently testing with for a user with many patients, sometimes sync fails with error ``` 2024-05-31 03:02:29.267 12229-12649 SQLiteLog org...rtregister.fhircore.mwcoreDev E (1) too many SQL variables in...
**IMPORTANT: Where possible all PRs must be linked to a Github issue** Fixes #3437 **Engineer Checklist** - [ ] I have written **Unit tests** for any new feature(s) and edge...
**IMPORTANT: Where possible all PRs must be linked to a Github issue** Fixes #3362 **Engineer Checklist** - [ ] I have written **Unit tests** for any new feature(s) and edge...