hygiene_forecast: Hygiene weekly

View source: R/commodities_forecast.R

hygiene_forecastR Documentation

Hygiene weekly

Description

The amounts per hygiene item come from the equipment sheet: this is a formula that feeds into the overall commodity forecast, but is independent and provides more details (including needs per cadre).

Usage

hygiene_forecast(
  equipment,
  hcws,
  patients,
  cases,
  tests,
  screening_hcws,
  params
)

Arguments

equipment

This should be the data frame of equipment need

hcws

HCWs_weekly

patients

patients_weekly

cases

cases_weekly

tests

diagnostics_weekly

screening_hcws

screening_hcws_weekly

params

From get_parameters()

Value

Dataframe of weekly hygiene forecast

category

Category of item: Hygiene

week_begins

Date the week begins

week_ends

Date the week ends

unit

Unit items supplied in

item

Item name

total_amount

Total amount of that item (sum of all columns following)

amount_inpatient_hcw

Total amount for all inpatient HCWs, cleaners, informal caregivers, ambulance personnel, and boimedical engineers

amount_inpatient_patient

Total amount for all inpatient patients

amount_isolation

Total amount for all informal caregivers for isolating patients as well as the isolating patients

amount_screening

Total amount for screening HCWs and patients

amount_lab

Total amount for all lab technicians and cleaners


mrc-ide/esft documentation built on July 31, 2023, 2:30 p.m.