engine
0.1.0-beta01
engine
/
com.google.android.fhir
/
delete
delete
inline suspend
fun
<
R
>
FhirEngine
.
delete
(
id
:
String
)
Content copied to clipboard
Deletes a FHIR resource of type
R
with
id
from the local storage.
Parameters
The resource type which should be a subtype of [Resource].