tooluniverse.tools.FAERS_count_additive_event_reports_by_country module¶
FAERS_count_additive_event_reports_by_country
Aggregate report counts by country of occurrence across specified medicinal products. Only medici…
- tooluniverse.tools.FAERS_count_additive_event_reports_by_country.FAERS_count_additive_event_reports_by_country(medicinalproducts, patientsex=None, patientagegroup=None, serious=None, *, stream_callback=None, use_cache=False, validate=True)[source]¶
Aggregate report counts by country of occurrence across specified medicinal products. Only medici…
- 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