tlo.methods.healthseekingbehaviour module ========================================= .. automodule:: tlo.methods.healthseekingbehaviour .. autoclass:: HealthSeekingBehaviour Bases: :class:`tlo.core.Module` **PARAMETERS:** .. list-table:: :widths: 25 25 50 :header-rows: 1 * - Item - Type - Description * - force_any_symptom_to_lead_to_healthcareseeking - BOOL - Whether every symptom [except those that declare they should not lead to any healthcare seeking] should always lead to healthcare seeking immediately. * - prob_non_emergency_care_seeking_by_level - LIST - The probability of going to each facility-level when non-emergency care is sought. The values in the list are the probabilities of going to facility level 0 / 1a / 1b / 2, respectively, and these values must sum to 1.0. * - baseline_odds_of_healthcareseeking_children - REAL - odds of health-care seeking (children: 0-14) if male, 0-5 years-old, living in a rural setting in the Northern region, and not in the wealth categories 4 or 5 * - odds_ratio_children_sex_Female - REAL - odds ratio for health-care seeking (children) if sex is Female * - odds_ratio_children_age_5to14 - REAL - odds ratio for health-care seeking (children) if aged 5-14 * - odds_ratio_children_setting_urban - REAL - odds ratio for health-care seeking (children) if setting is Urban * - odds_ratio_children_region_Central - REAL - odds ratio for health-care seeking (children) if region is Central * - odds_ratio_children_region_Southern - REAL - odds ratio for health-care seeking (children) if region is Southern * - odds_ratio_children_wealth_higher - REAL - odds ratio for health-care seeking (children) if wealth is in categories 4 or 5 * - baseline_odds_of_healthcareseeking_adults - REAL - odds of health-care seeking (adults: 15+) if male, 15-34 year-olds, living in a rural setting in the Northern region, and not in the wealth categories 4 or 5. * - odds_ratio_adults_sex_Female - REAL - odds ratio for health-care seeking (adults) if sex is Female * - odds_ratio_adults_age_35to59 - REAL - odds ratio for health-care seeking (adults) if aged 35-59 * - odds_ratio_adults_age_60plus - REAL - odds ratio for health-care seeking (adults) if aged 60+ * - odds_ratio_adults_setting_urban - REAL - odds ratio for health-care seeking (adults) if setting is Urban * - odds_ratio_adults_region_Central - REAL - odds ratio for health-care seeking (adults) if region is Central * - odds_ratio_adults_region_Southern - REAL - odds ratio for health-care seeking (adults) if region is Southern * - odds_ratio_adults_wealth_higher - REAL - odds ratio for health-care seeking (adults) if wealth is in categories 4 or 5 * - max_days_delay_to_generic_HSI_after_symptoms - INT - Maximum days delay between symptom onset and firstgeneric HSI. Actual delay is sample between 0 and this value. **Class attributes:** ADDITIONAL_DEPENDENCIES : {'Lifestyle'} INIT_DEPENDENCIES : {'SymptomManager', 'HealthSystem', 'Demography'} METADATA : {} force_any_symptom_to_lead_to_healthcareseeking : **Functions (defined or overridden in class HealthSeekingBehaviour):** .. automethod:: __init__ .. automethod:: read_parameters .. automethod:: initialise_population .. automethod:: initialise_simulation .. automethod:: on_birth .. automethod:: define_linear_models .. autoclass:: HealthSeekingBehaviourPoll Bases: :class:`tlo.events.RegularEvent`, :class:`tlo.events.Event`, :class:`tlo.events.PopulationScopeEventMixin` **Class attributes:** __annotations__ : {} **Functions (defined or overridden in class HealthSeekingBehaviourPoll):** .. automethod:: __init__ .. automethod:: _has_any_symptoms .. automethod:: apply