tooluniverse.tools.FAERS_count_additive_seriousness_classification module¶
FAERS_count_additive_seriousness_classification
Quantify serious vs non-serious classifications across medicinal products. Only medicinalproducts…
- tooluniverse.tools.FAERS_count_additive_seriousness_classification.FAERS_count_additive_seriousness_classification(medicinalproducts, patientsex=None, patientagegroup=None, occurcountry=None, *, stream_callback=None, use_cache=False, validate=True)[source]¶
Quantify serious vs non-serious classifications across medicinal products. Only medicinalproducts…
- Parameters:
medicinalproducts (
list[str]) – 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’…stream_callback (
Callable, optional) – Callback for streaming output
- Return type:
Any