tooluniverse.tools.FDA_get_drug_names_by_food_safety_warnings moduleΒΆ

FDA_get_drug_names_by_food_safety_warnings

Retrieve drug names based on specific food safety warnings.

tooluniverse.tools.FDA_get_drug_names_by_food_safety_warnings.FDA_get_drug_names_by_food_safety_warnings(field_info, indication=None, limit=None, skip=None, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ

Retrieve drug names based on specific food safety warnings.

Parameters:
  • field_info (str) – Information related to food safety warnings.

  • indication (str) – The indication or usage of the drug.

  • limit (int) – The number of records to return.

  • skip (int) – The number of records to skip.

  • stream_callback (Callable, optional) – Callback for streaming output

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any