tooluniverse.tools.FDA_get_active_ingredient_info_by_drug_name moduleΒΆ

FDA_get_active_ingredient_info_by_drug_name

Fetch a list of active ingredients in a specific drug product.

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

Fetch a list of active ingredients in a specific drug product.

Parameters:
  • drug_name (str) – The name 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