CoreModule

@Module
class CoreModule

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@Singleton
@Provides
fun provideApplicationManager(context: Context): AccountManager
Link copied to clipboard
@Singleton
@Provides
fun provideFhirContext(): FhirContext
Link copied to clipboard
@Singleton
@Provides
fun provideFhirOperator(context: Context, fhirContext: FhirContext, fhirEngine: FhirEngine, knowledgeManager: KnowledgeManager): FhirOperator
Link copied to clipboard
@Singleton
@Provides
fun provideFHIRPathEngine(transformSupportServices: TransformSupportServices): FHIRPathEngine
Link copied to clipboard
@Singleton
@Provides
fun provideKnowledgeManager(context: Context): KnowledgeManager
Link copied to clipboard
@Singleton
@Provides
fun provideWorkerContextProvider(context: Context): SimpleWorkerContext