Package-level declarations
Types
Link copied to clipboard
A bundle based FHIR request to download resources from the server. For an example, see bundle-request-medsallergies.json
Link copied to clipboard
Structure represents a request that can be made to download resources from the FHIR server. The request may contain http headers for conditional requests for getting precise results.
Link copied to clipboard
class ResourceParamsBasedDownloadWorkManager(syncParams: ResourceSearchParams, val context: ResourceParamsBasedDownloadWorkManager.TimestampContext) : DownloadWorkManager
DownloadWorkManager implementation based on the provided ResourceSearchParams to generate Resource search queries and parse Bundle.BundleType.SEARCHSET type Bundle. This implementation takes a DFS approach and downloads all available resources for a particular ResourceType before moving on to the next ResourceType.
Link copied to clipboard
Link copied to clipboard
A url based FHIR request to download resources from the server. e.g. Patient?given=valueGiven&family=valueFamily