tooluniverse.tools.FAERS_count_death_related_by_drug module¶ FAERS_count_death_related_by_drug Count adverse events associated with patient death for a given drug. Only medicinalproduct is req… tooluniverse.tools.FAERS_count_death_related_by_drug.FAERS_count_death_related_by_drug(medicinalproduct, *, stream_callback=None, use_cache=False, validate=True)[source]¶ Count adverse events associated with patient death for a given drug. Only medicinalproduct is req… Parameters: medicinalproduct (str) – Drug name. stream_callback (Callable, optional) – Callback for streaming output use_cache (bool, default False) – Enable caching validate (bool, default True) – Validate parameters Return type: list[Any]