tooluniverse.tools.FDA_get_drug_names_by_application_number_NDC_number moduleΒΆ

FDA_get_drug_names_by_application_number_NDC_number

Retrieve drug names based on the specified FDA application number or National Drug Code (NDC) num…

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

Retrieve drug names based on the specified FDA application number or National Drug Code (NDC) num…

Parameters:
  • application_manufacturer_or_NDC_info (str) – FDA application, manufacturer, or NDC number info

  • 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