BaseScreening#

class BaseScreening(product=None, prob=None, eligibility=None, **kwargs)[source]#

Bases: BaseTest

Base class for screening.

Parameters:

kwargs (dict) – passed to BaseTest

Attributes

has_product

Check if the intervention has a product

now

Shortcut to self.t.now()

states

Return a flat list of all states

statesdict

Return a flat dictionary (objdict) of all states

ti

Get the current module timestep

timevec

Shortcut to self.t.timevec

Methods

check_eligibility()[source]#

Check eligibility

step()[source]#

Perform screening by finding who’s eligible, finding who accepts, and applying the product.