MeasureReportMonthPeriodWorker
class MeasureReportMonthPeriodWorker @AssistedInject constructor(@Assisted val context: Context, @Assisted workerParams: WorkerParameters, val fhirEngine: FhirEngine, fhirOperator: FhirOperator, val defaultRepository: DefaultRepository, val dispatcherProvider: DispatcherProvider, measureReportRepository: MeasureReportRepository, val configurationRegistry: ConfigurationRegistry) : CoroutineWorker
Constructors
Link copied to clipboard
@AssistedInject
Properties
Functions
Link copied to clipboard
This method always sets the start and end date of the month to be the first and last day of the current month. If you are using this worker to generate monthly reports it enqueue a new worker at least every 24 hours.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard