BaseScreening#
- class BaseScreening(product=None, prob=None, eligibility=None, **kwargs)[source]#
Bases:
BaseTestBase class for screening.
- Parameters:
kwargs (dict) – passed to BaseTest
Attributes
has_productCheck if the intervention has a product
nowShortcut to self.t.now()
statesReturn a flat list of all states
statesdictReturn a flat dictionary (objdict) of all states
tiGet the current module timestep
timevecShortcut to self.t.timevec
Methods