get

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

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

Parameters

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

Throws

Sources

androidJvm source
Link copied to clipboard