engine
0.1.0-beta01
engine
/
com.google.android.fhir
/
get
get
inline suspend
fun
<
R
>
FhirEngine
.
get
(
id
:
String
)
:
R
Content copied to clipboard
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
com.
google.
android.
fhir.
db.
Resource
Not
Found
Exception
if the resource is not found