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[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āā¦stream_callback (
Callable, optional) ā Callback for streaming output
- Return type:
Any