tooluniverse.tools.FDA_get_drug_names_by_spl_indexing_data_elements moduleΒΆ
FDA_get_drug_names_by_spl_indexing_data_elements
Retrieve drug names based on Structured Product Labeling (SPL) indexing data elements.
- tooluniverse.tools.FDA_get_drug_names_by_spl_indexing_data_elements.FDA_get_drug_names_by_spl_indexing_data_elements(spl_indexing_data_elements, indication=None, limit=None, skip=None, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ
Retrieve drug names based on Structured Product Labeling (SPL) indexing data elements.
- Parameters:
spl_indexing_data_elements (
str
) β The SPL indexing data elements to search for.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