tooluniverse.tools.FAERS_count_reactions_by_drug_event moduleΒΆ

FAERS_count_reactions_by_drug_event

Count the number of adverse reactions reported for a given drug, filtered by patient details, eve…

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

Count the number of adverse reactions reported for a given drug, filtered by patient details, eve…

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.

  • occurcountry (str) – Country where event occurred.

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

  • seriousnessdeath (str) – Was death reported?

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

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any