interventions#

Define interventions

Classes

Intervention

Base class for interventions.

RoutineDelivery

Base class for any intervention that uses routine delivery; handles interpolation of input years.

CampaignDelivery

Base class for any intervention that uses campaign delivery; handles interpolation of input years.

BaseTest

Base class for screening and triage.

BaseScreening

Base class for screening.

routine_screening

Routine screening - an instance of base screening combined with routine delivery.

campaign_screening

Campaign screening - an instance of base screening combined with campaign delivery.

BaseTriage

Base class for triage.

routine_triage

Routine triage - an instance of base triage combined with routine delivery.

campaign_triage

Campaign triage - an instance of base triage combined with campaign delivery.

BaseTreatment

Base treatment class.

treat_num

Treat a fixed number of people each timestep.

BaseVaccination

Base vaccination class for determining who will receive a vaccine.

routine_vx

Routine vaccination - an instance of base vaccination combined with routine delivery.

campaign_vx

Campaign vaccination - an instance of base vaccination combined with campaign delivery.