stisim.diseases.bv module#
BV module
- class stisim.diseases.bv.BV(pars=None, name='bv', **kwargs)[source]#
Bases:
Disease
- property treatable#
Responds to treatment
- step()[source]#
Handle the main disease updates, e.g. add new cases
This method is agnostic as to the mechanism by which new cases occur. This could be through transmission (parametrized in different ways, which may or may not use the contact networks) or it may be based on risk factors/seeding, as may be the case for non-communicable diseases.
It is expected that this method will internally call Disease.set_prognoses() at some point.