Package com.google.android.fhir.sync.download

Types

Link copied to clipboard

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
typealias ResourceSearchParams = Map<<ERROR CLASS>, ParamMap>