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
- Return type:
Any