tooluniverse.tools.FAERS_count_seriousness_by_drug_event module

FAERS_count_seriousness_by_drug_event

Count the number of adverse event reports classified as serious or non-serious. Only medicinalpro…

tooluniverse.tools.FAERS_count_seriousness_by_drug_event.FAERS_count_seriousness_by_drug_event(medicinalproduct, patientsex=None, patientagegroup=None, occurcountry=None, *, stream_callback=None, use_cache=False, validate=True)[source]

Count the number of adverse event reports classified as serious or non-serious. Only medicinalpro…

Parameters:
  • medicinalproduct (str) – Drug name.

  • patientsex (str) – Optional: Filter by patient sex. Omit this parameter if you don’t want to fil…

  • patientagegroup (str) – Optional: Filter by patient age group. Omit this parameter if you don’t want …

  • occurcountry (str) – Optional: Filter by country where event occurred (ISO2 code, e.g., ‘US’, ‘GB’…

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

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any