tlo.methods.healthburden module =============================== .. automodule:: tlo.methods.healthburden .. autoclass:: HealthBurden Bases: :class:`tlo.core.Module` **PARAMETERS:** .. list-table:: :widths: 25 25 50 :header-rows: 1 * - Item - Type - Description * - DALY_Weight_Database - DATA_FRAME - DALY Weight Database from GBD * - Age_Limit_For_YLL - REAL - The age up to which deaths are recorded as having induced a lost of life years * - gbd_causes_of_disability - LIST - List of the strings of causes of disability defined in the GBD data **Class attributes:** ADDITIONAL_DEPENDENCIES : {'Lifestyle'} INIT_DEPENDENCIES : {'Demography'} METADATA : {} **Functions (defined or overridden in class HealthBurden):** .. automethod:: __init__ .. automethod:: read_parameters .. automethod:: initialise_population .. automethod:: initialise_simulation .. automethod:: process_causes_of_disability .. automethod:: process_causes_of_dalys .. automethod:: on_birth .. automethod:: on_simulation_end .. automethod:: get_dalys .. automethod:: get_daly_weight .. automethod:: report_live_years_lost .. automethod:: decompose_yll_by_age_and_time .. automethod:: write_to_log .. automethod:: check_multi_index .. autoclass:: Get_Current_DALYS Bases: :class:`tlo.events.RegularEvent`, :class:`tlo.events.Event`, :class:`tlo.events.PopulationScopeEventMixin` **Class attributes:** __annotations__ : {} **Functions (defined or overridden in class Get_Current_DALYS):** .. automethod:: __init__ .. automethod:: apply .. autoclass:: Healthburden_WriteToLog Bases: :class:`tlo.events.RegularEvent`, :class:`tlo.events.Event`, :class:`tlo.events.PopulationScopeEventMixin` **Class attributes:** __annotations__ : {} **Functions (defined or overridden in class Healthburden_WriteToLog):** .. automethod:: __init__ .. automethod:: apply