FhirCompleteCarePlanWorker

class FhirCompleteCarePlanWorker @AssistedInject constructor(@Assisted val context: Context, @Assisted workerParams: WorkerParameters, val defaultRepository: DefaultRepository, val fhirCarePlanGenerator: FhirCarePlanGenerator, val sharedPreferencesHelper: SharedPreferencesHelper, val configurationRegistry: ConfigurationRegistry, val dispatcherProvider: DispatcherProvider, val fhirResourceUtil: FhirResourceUtil) : CoroutineWorker

Constructors

Link copied to clipboard
@AssistedInject
constructor(@Assisted context: Context, @Assisted workerParams: WorkerParameters, defaultRepository: DefaultRepository, fhirCarePlanGenerator: FhirCarePlanGenerator, sharedPreferencesHelper: SharedPreferencesHelper, configurationRegistry: ConfigurationRegistry, dispatcherProvider: DispatcherProvider, fhirResourceUtil: FhirResourceUtil)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
open val coroutineContext: CoroutineDispatcher
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open suspend override fun doWork(): ListenableWorker.Result
Link copied to clipboard
suspend fun getCarePlans(batchSize: Int, lastOffset: Int): List<CarePlan>
Link copied to clipboard
open suspend fun getForegroundInfo(): ForegroundInfo
Link copied to clipboard
override fun getForegroundInfoAsync(): ListenableFuture<ForegroundInfo>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@RequiresApi(value = 31)
fun getStopReason(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
override fun onStopped()
Link copied to clipboard
suspend fun setForeground(foregroundInfo: ForegroundInfo)
Link copied to clipboard
fun setForegroundAsync(@NonNull foregroundInfo: ForegroundInfo): ListenableFuture<Void>
Link copied to clipboard
suspend fun setProgress(data: Data)
Link copied to clipboard
open fun setProgressAsync(@NonNull data: Data): ListenableFuture<Void>
Link copied to clipboard
Link copied to clipboard
override fun startWork(): ListenableFuture<ListenableWorker.Result>
Link copied to clipboard