createOrUpdateRemote

suspend fun createOrUpdateRemote(vararg resources: Resource)

Using this FhirEngine and DispatcherProvider, for all passed resources, make sure they all have IDs or generate if they don't, then pass them to create.

Note: The backing db API for fhirEngine.create(..,isLocalOnly) performs an UPSERT

Parameters

resources

vararg of resources