Package-level declarations

Types

object QuestionnaireItemViewHolderFactoryMatchersProviderFactoryImpl : QuestionnaireItemViewHolderFactoryMatchersProviderFactory
Link copied to clipboard

This sealed class represents the different progress states while working with Questionnaires.

Link copied to clipboard
class QuestionnaireViewModel @Inject constructor(val defaultRepository: DefaultRepository, val dispatcherProvider: DispatcherProvider, val fhirCarePlanGenerator: FhirCarePlanGenerator, val resourceDataRulesExecutor: ResourceDataRulesExecutor, val transformSupportServices: TransformSupportServices, val sharedPreferencesHelper: SharedPreferencesHelper, val fhirOperator: FhirOperator, val fhirValidatorProvider: Provider<FhirValidator>, val fhirPathDataExtractor: FhirPathDataExtractor, val configurationRegistry: ConfigurationRegistry) : ViewModel

Properties