tooluniverse.tools.FAERS_count_additive_adverse_reactions module¶
FAERS_count_additive_adverse_reactions
Aggregate adverse reaction counts across specified medicinal products. Only medicinalproducts is …
- tooluniverse.tools.FAERS_count_additive_adverse_reactions.FAERS_count_additive_adverse_reactions(medicinalproducts, patientsex=None, patientagegroup=None, occurcountry=None, serious=None, seriousnessdeath=None, *, stream_callback=None, use_cache=False, validate=True)[source]¶
Aggregate adverse reaction counts across specified medicinal products. Only medicinalproducts is …
- Parameters:
medicinalproducts (
list[Any]) – Array of medicinal product names.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’…serious (
str) – Optional: Filter by event seriousness. Omit this parameter if you don’t want …seriousnessdeath (
str) – Optional: Filter for fatal outcomes. Omit this parameter if you don’t want to…stream_callback (
Callable, optional) – Callback for streaming output
- Return type:
Any