tooluniverse.tools.FAERS_count_country_by_drug_event moduleΒΆ

FAERS_count_country_by_drug_event

Count the number of adverse event reports per country of occurrence, filtered by drug, patient de…

tooluniverse.tools.FAERS_count_country_by_drug_event.FAERS_count_country_by_drug_event(medicinalproduct, patientsex, patientagegroup, serious, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ

Count the number of adverse event reports per country of occurrence, filtered by drug, patient de…

Parameters:
  • medicinalproduct (str) – Drug name.

  • patientsex (str) – Patient sex, leave it blank if you don’t want to apply a filter.

  • patientagegroup (str) – Patient age group.

  • serious (str) – Whether the event was serious.

  • stream_callback (Callable, optional) – Callback for streaming output

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any