tooluniverse.tools.FAERS_count_reportercountry_by_drug_event module¶
FAERS_count_reportercountry_by_drug_event
Count the number of FDA adverse event reports grouped by the country of the primary reporter. Onl…
- tooluniverse.tools.FAERS_count_reportercountry_by_drug_event.FAERS_count_reportercountry_by_drug_event(medicinalproduct, patientsex=None, patientagegroup=None, serious=None, *, stream_callback=None, use_cache=False, validate=True)[source]¶
Count the number of FDA adverse event reports grouped by the country of the primary reporter. Onl…
- Parameters:
medicinalproduct (
str) – Drug name.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