tlo.methods.bladder_cancer module ================================= .. automodule:: tlo.methods.bladder_cancer .. autoclass:: BladderCancer Bases: :class:`tlo.core.Module`, :class:`tlo.methods.hsi_generic_first_appts.GenericFirstAppointmentsMixin` **PARAMETERS:** .. list-table:: :widths: 25 25 50 :header-rows: 1 * - Item - Type - Description * - init_prop_bladder_cancer_stage - LIST - initial proportions in bladder cancer categories for person aged 15-19 and no tobacco and no schisto_h * - init_prop_blood_urine_bladder_cancer_by_stage - LIST - initial proportions of those with bladder cancer categories that have the symptom blood urine * - init_prop_pelvic_pain_bladder_cancer_by_stage - LIST - initial proportions of those with bladder cancer categories that have pelvic pain * - init_prop_with_blood_urine_diagnosed_bladder_cancer_by_stage - LIST - initial proportions of people that have symptom of blood urine that have been diagnosed * - init_prop_with_pelvic_pain_diagnosed_bladder_cancer_by_stage - LIST - initial proportions of people that have symptom of pelvic pain that have been diagnosed * - init_prop_treatment_status_bladder_cancer - LIST - initial proportions of people with bladder cancer that had initiated treatment * - init_prob_palliative_care - REAL - initial probability of being under palliative care if in metastatic * - r_tis_t1_bladder_cancer_none - REAL - probability per 3 months of incident tis_t1 bladder cancer, amongst people with no bladder cancer(for person aged 15-19 and no tobacco and no schisto_h) * - rr_tis_t1_bladder_cancer_none_age3049 - REAL - rate ratio for tis_t1 bladder cancer for age 30-49 * - rr_tis_t1_bladder_cancer_none_age5069 - REAL - rate ratio for tis_t1 bladder cancer for age 50-69 * - rr_tis_t1_bladder_cancer_none_agege70 - REAL - rate ratio for tis_t1 bladder cancer for age 70+ * - rr_tis_t1_bladder_cancer_none_tobacco - REAL - rate ratio for tis_t1 bladder cancer for tobacco smokers * - rr_tis_t1_bladder_cancer_none_schisto_h - REAL - rate ratio for tis_t1 bladder cancer for schisto_h * - r_t2p_bladder_cancer_tis_t1 - REAL - probability per 3 months of t2+ bladder cancer, amongst people with tis_t1 bladder cancer * - rr_t2p_bladder_cancer_undergone_curative_treatment - REAL - rate ratio for t2+ bladder cancer for people with tis_t1 bladder cancer if had curative treatment at tis_t1 bladder cancer stage * - r_metastatic_t2p_bladder_cancer - REAL - probability per 3 months of metastatic bladder cancer amongst people with t2+ bladder cancer * - rr_metastatic_undergone_curative_treatment - REAL - rate ratio for metastatic bladder cancer for people with t2+ bladder cancer if had curative treatment at t2+ bladder cancer stage * - rate_palliative_care_metastatic - REAL - prob palliative care this 3 month period if metastatic bladder cancer * - r_death_bladder_cancer - REAL - probability per 3 months of death from bladder cancer amongst people with metastatic bladder cancer * - r_blood_urine_tis_t1_bladder_cancer - REAL - probability per 3 months of blood_urine in a person with tis_t1 bladder cancer * - rr_blood_urine_t2p_bladder_cancer - REAL - rate ratio for blood_urine if have t2p bladder cancer * - rr_blood_urine_metastatic_bladder_cancer - REAL - rate ratio for blood_urine if have metastatic bladder cancer * - r_pelvic_pain_tis_t1_bladder_cancer - REAL - probability per 3 months of pelvic_pain in a person with tis_t1 bladder cancer * - rr_pelvic_pain_t2p_bladder_cancer - REAL - rate ratio for pelvic_pain if have t2p bladder cancer * - rr_pelvic_pain_metastatic_bladder_cancer - REAL - rate ratio for pelvic_pain if have metastatic bladder cancer * - rp_bladder_cancer_age3049 - REAL - relative prevalence at baseline of bladder cancer/cancer age 30-49 * - rp_bladder_cancer_age5069 - REAL - relative prevalence at baseline of bladder cancer/cancer age 50-69 * - rp_bladder_cancer_agege70 - REAL - relative prevalence at baseline of bladder cancer/cancer age 70+ * - rp_bladder_cancer_tobacco - REAL - relative prevalence at baseline of bladder cancer if tobacco * - rp_bladder_cancer_schisto_h - REAL - relative prevalence at baseline of bladder cancer if schisto_h * - sensitivity_of_cystoscopy_for_bladder_cancer_blood_urine - REAL - sensitivity of cystoscopy_for diagnosis of bladder cancer given blood urine * - sensitivity_of_cystoscopy_for_bladder_cancer_pelvic_pain - REAL - sensitivity of cystoscopy_for diagnosis of bladder cancer given pelvic pain **PROPERTIES:** .. list-table:: :widths: 25 25 50 :header-rows: 1 * - Item - Type - Description * - bc_status - CATEGORICAL - Current status of the health condition, bladder cancer. Possible values are: [none, tis_t1, t2p, metastatic, ] * - bc_date_diagnosis - DATE - the date of diagnosis of the bladder cancer (pd.NaT if never diagnosed) * - bc_date_treatment - DATE - date of first receiving attempted curative treatment (pd.NaT if never started treatment) * - bc_stage_at_which_treatment_given - CATEGORICAL - the cancer stage at which treatment is given (because the treatment only has an effect during the stageat which it is given . Possible values are: [none, tis_t1, t2p, metastatic, ] * - bc_date_palliative_care - DATE - date of first receiving palliative care (pd.NaT is never had palliative care) * - bc_date_death - DATE - date bc death **Class attributes:** CAUSES_OF_DEATH : {'BladderCancer': } CAUSES_OF_DISABILITY : {'BladderCancer': } INIT_DEPENDENCIES : {'SymptomManager', 'HealthSystem', 'Lifestyle', 'Demography'} METADATA : {, , , } OPTIONAL_INIT_DEPENDENCIES : {'HealthBurden', 'Schisto'} __annotations__ : {} **Functions (defined or overridden in class BladderCancer):** .. automethod:: __init__ .. automethod:: read_parameters .. automethod:: initialise_population .. automethod:: initialise_simulation .. automethod:: on_birth .. automethod:: on_hsi_alert .. automethod:: report_daly_values .. automethod:: do_at_generic_first_appt .. autoclass:: BladderCancerMainPollingEvent Bases: :class:`tlo.events.RegularEvent`, :class:`tlo.events.Event`, :class:`tlo.events.PopulationScopeEventMixin` **Class attributes:** __annotations__ : {} **Functions (defined or overridden in class BladderCancerMainPollingEvent):** .. automethod:: __init__ .. automethod:: apply .. autoclass:: HSI_BladderCancer_Investigation_Following_Blood_Urine Bases: :class:`tlo.methods.hsi_event.HSI_Event`, :class:`tlo.events.IndividualScopeEventMixin` **Class attributes:** __annotations__ : {} **Functions (defined or overridden in class HSI_BladderCancer_Investigation_Following_Blood_Urine):** .. automethod:: __init__ .. automethod:: apply .. autoclass:: HSI_BladderCancer_Investigation_Following_pelvic_pain Bases: :class:`tlo.methods.hsi_event.HSI_Event`, :class:`tlo.events.IndividualScopeEventMixin` **Class attributes:** __annotations__ : {} **Functions (defined or overridden in class HSI_BladderCancer_Investigation_Following_pelvic_pain):** .. automethod:: __init__ .. automethod:: apply .. autoclass:: HSI_BladderCancer_StartTreatment Bases: :class:`tlo.methods.hsi_event.HSI_Event`, :class:`tlo.events.IndividualScopeEventMixin` **Class attributes:** __annotations__ : {} **Functions (defined or overridden in class HSI_BladderCancer_StartTreatment):** .. automethod:: __init__ .. automethod:: apply .. autoclass:: HSI_BladderCancer_PostTreatmentCheck Bases: :class:`tlo.methods.hsi_event.HSI_Event`, :class:`tlo.events.IndividualScopeEventMixin` **Class attributes:** __annotations__ : {} **Functions (defined or overridden in class HSI_BladderCancer_PostTreatmentCheck):** .. automethod:: __init__ .. automethod:: apply .. autoclass:: HSI_BladderCancer_PalliativeCare Bases: :class:`tlo.methods.hsi_event.HSI_Event`, :class:`tlo.events.IndividualScopeEventMixin` **Class attributes:** __annotations__ : {} **Functions (defined or overridden in class HSI_BladderCancer_PalliativeCare):** .. automethod:: __init__ .. automethod:: apply .. autoclass:: BladderCancerLoggingEvent Bases: :class:`tlo.events.RegularEvent`, :class:`tlo.events.Event`, :class:`tlo.events.PopulationScopeEventMixin` **Class attributes:** __annotations__ : {} **Functions (defined or overridden in class BladderCancerLoggingEvent):** .. automethod:: __init__ .. automethod:: apply