bc_get_drug_label_info
Retrieve detailed drug label information, including active ingredients, dosage, and usage instructions, from the FDA's database using brand name, generic name, or NDC code.
Instructions
Get drug labeling information including active ingredients, dosage, and usage instructions.
This function retrieves comprehensive drug label information from the FDA's drug labeling database, which includes detailed product information, active ingredients, dosage forms, and administration routes.
Args: brand_name (str, optional): Brand name of the drug. generic_name (str, optional): Generic name of the drug. ndc (str, optional): National Drug Code number.
Returns: dict: Drug labeling information from the FDA API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
brand_name | No | Brand name of the drug | |
generic_name | No | Generic name of the drug | |
ndc | No | National Drug Code (NDC) number |