aditya-07
aditya-07
**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #1282 **Description** 1. Skip timings if they don't have an event to specify...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
**Describe the bug** Define a useful way for developer apps to be able to sync resources efficiently using available FHIR apis and also be able to figure out resources that...
**Describe the Issue** Presently there are a lot of overlapping ways/apis in the `Sync.kt` available for the developer application to sync data with the remote server. Expected changes: 1. It...
**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #1426 **Description** Issue: There is no way for clients to listen / log...
**Describe the bug** Locally created Resources are assigned ID at creation/before saving to the local db. Once this Resource is up-synced, the server assigns a new ID to the resource...
**Is your feature request related to a problem? Please describe.** First time sync may take a long time. So add support for long running sync worker so that OS doesn't...
**Describe the bug** Since the sync logic depends on sort by `_lastUpdated` field, we should disallow clients to set sort param as it may cause issues with subsequent syncs. **Component**...
**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #[issue number] **Description** 1. Create a Directed Graph based on all the outgoing...
**Is your feature request related to a problem? Please describe.** User should be able to create a resource on the Fhir Server using Http-POST. This ticket should handle only the...