delete

inline suspend fun <R : Resource> FhirEngine.delete(id: String)

Deletes a FHIR resource of type R with id from the local storage.

Parameters

The resource type which should be a subtype of [Resource].

Sources

androidJvm source
Link copied to clipboard