tlo.methods.copd module ======================= .. automodule:: tlo.methods.copd .. autoclass:: Copd Bases: :class:`tlo.core.Module` **PARAMETERS:** .. list-table:: :widths: 25 25 50 :header-rows: 1 * - Item - Type - Description * - prob_mod_exacerb - LIST - probability of moderate exacerbation given lung function, for each lung function category. * - prob_sev_exacerb - LIST - probability of severe exacerbation given lung function, for each lung function category. * - prob_progress_to_next_cat - REAL - probability of changing from a lower lung function category to a higher lung function category * - prob_will_die_sev_exacerbation_ge80 - REAL - probability that a person equal to or greater than 80 years will die of severe exacerbation * - prob_will_die_sev_exacerbation_7079 - REAL - probability that a person between 70 to 79 years will die of severe exacerbation * - prob_will_die_sev_exacerbation_6069 - REAL - probability that a person between 60 to 99 years will die of severe exacerbation * - prob_will_die_sev_exacerbation_5059 - REAL - probability that a person between 50 to 59 years will die of severe exacerbation * - prob_will_die_sev_exacerbation_4049 - REAL - probability that a person between 40 to 49 years will die of severe exacerbation * - prob_will_die_sev_exacerbation_3039 - REAL - probability that a person between 30 to 39 years will die of severe exacerbation * - prob_will_die_sev_exacerbation_lt30 - REAL - probability that a person less than 30 years will die of severe exacerbation * - eff_oxygen - REAL - the effect of oxygen on individuals with severe exacerbation * - rel_risk_progress_per_higher_cat - REAL - relative risk of progression to the next higher level of lung function for each higher level * - rel_risk_tob - REAL - relative effect of tobacco on the rate of lung function progression * - rel_risk_wood_burn_stove - REAL - relative risk of wood burn stove on the rate of lung function progression * - prob_not_tob_lung_func_15_39 - LIST - probability of lung function categories in individuals aged 15-39 and do not smoke tobacco * - prob_not_tob_lung_func_40_59 - LIST - probability of lung function categories in individuals aged 40-59 and do not smoke tobacco * - prob_not_tob_lung_func_gr59 - LIST - probability of lung function categories in individuals aged 60+ and do not smoke tobacco * - prob_tob_lung_func_15_39 - LIST - probability of lung function categories in individuals aged 15-39 who smoke tobacco * - prob_tob_lung_func_40_59 - LIST - probability of lung function categories in individuals aged 40-59 who smoke tobacco * - prob_tob_lung_func_gr59 - LIST - probability of lung function categories in individuals aged 60+ who smoke tobacco **PROPERTIES:** .. list-table:: :widths: 25 25 50 :header-rows: 1 * - Item - Type - Description * - ch_lungfunction - CATEGORICAL - Lung function of the person.0 for those under 15; on a 7-point scale for others, from 0 (Perfect) to 6 (End-Stage COPD).. Possible values are: [0, 1, 2, 3, 4, 5, 6, ] * - ch_will_die_this_episode - BOOL - Whether this person will die during a current severe exacerbation * - ch_has_inhaler - BOOL - Whether the person is currently using an inhaler **Class attributes:** ADDITIONAL_DEPENDENCIES : set() CAUSES_OF_DEATH : {'COPD_cat0': , 'COPD_cat1': , 'COPD_cat2': , 'COPD_cat3': , 'COPD_cat4': , 'COPD_cat5': , 'COPD_cat6': } CAUSES_OF_DISABILITY : {'COPD': } INIT_DEPENDENCIES : {'SymptomManager', 'Lifestyle'} METADATA : {, , , } **Functions (defined or overridden in class Copd):** .. automethod:: __init__ .. automethod:: read_parameters .. automethod:: pre_initialise_population .. automethod:: initialise_population .. automethod:: initialise_simulation .. automethod:: on_birth .. automethod:: report_daly_values .. automethod:: define_symptoms .. automethod:: lookup_item_codes .. automethod:: do_logging .. automethod:: _common_first_appt .. automethod:: do_at_generic_first_appt .. automethod:: do_at_generic_first_appt_emergency .. autoclass:: CopdPollEvent Bases: :class:`tlo.events.RegularEvent`, :class:`tlo.events.Event`, :class:`tlo.events.PopulationScopeEventMixin` **Class attributes:** __annotations__ : {} **Functions (defined or overridden in class CopdPollEvent):** .. automethod:: __init__ .. automethod:: apply .. automethod:: gen_random_date_in_next_three_months .. automethod:: increment_category .. automethod:: progress_to_next_lung_function .. autoclass:: CopdExacerbationEvent Bases: :class:`tlo.events.Event`, :class:`tlo.events.IndividualScopeEventMixin` **Functions (defined or overridden in class CopdExacerbationEvent):** .. automethod:: __init__ .. automethod:: apply .. autoclass:: CopdDeath Bases: :class:`tlo.events.Event`, :class:`tlo.events.IndividualScopeEventMixin` **Functions (defined or overridden in class CopdDeath):** .. automethod:: __init__ .. automethod:: apply .. autoclass:: HSI_Copd_TreatmentOnSevereExacerbation Bases: :class:`tlo.methods.hsi_event.HSI_Event`, :class:`tlo.events.IndividualScopeEventMixin` **Class attributes:** __annotations__ : {} **Functions (defined or overridden in class HSI_Copd_TreatmentOnSevereExacerbation):** .. automethod:: __init__ .. automethod:: apply