FhirEngineModule

@Module
class FhirEngineModule

Provide FhirEngine dependency in isolation so we can replace it with a fake dependency in test

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
@Singleton
@Provides
fun provideFhirEngine(context: Context, tokenAuthenticator: TokenAuthenticator, configService: ConfigService): FhirEngine