tooluniverse.tools.FDA_get_drug_names_by_ingredient moduleΒΆ
FDA_get_drug_names_by_ingredient
Retrieve drug names based on a specific ingredient present in the drug product.
- tooluniverse.tools.FDA_get_drug_names_by_ingredient.FDA_get_drug_names_by_ingredient(ingredient_name, indication=None, limit=None, skip=None, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ
Retrieve drug names based on a specific ingredient present in the drug product.
- Parameters:
ingredient_name (
str
) β The name of the ingredient to search for in drug products.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
- Return type:
Any