init

fun init(fhirEngineConfiguration: FhirEngineConfiguration)

Initializes the FhirEngine singleton with a custom FhirEngineConfiguration. This must be done only once; we recommend doing this in the onCreate() function of your Application class.

Throws

if called multiple times.

if FhirEngineConfiguration.context is null.