tooluniverse.tools.FAERS_count_additive_reports_by_reporter_country module¶
FAERS_count_additive_reports_by_reporter_country
Aggregate adverse event reports by primary reporter country across medicinal products. Only medic…
- tooluniverse.tools.FAERS_count_additive_reports_by_reporter_country.FAERS_count_additive_reports_by_reporter_country(medicinalproducts, patientsex=None, patientagegroup=None, serious=None, *, stream_callback=None, use_cache=False, validate=True)[source]¶
Aggregate adverse event reports by primary reporter country across medicinal products. Only medic…
- 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 …serious (
str) – Optional: Filter by event seriousness. Omit this parameter if you don’t want …stream_callback (
Callable, optional) – Callback for streaming output
- Return type:
Any