tooluniverse.tools.FDA_get_drug_names_by_controlled_substance_DEA_schedule moduleΒΆ
FDA_get_drug_names_by_controlled_substance_DEA_schedule
Retrieve drug names based on the Drug Enforcement Administration (DEA) schedule information.
- tooluniverse.tools.FDA_get_drug_names_by_controlled_substance_DEA_schedule.FDA_get_drug_names_by_controlled_substance_DEA_schedule(controlled_substance_schedule, indication=None, limit=None, skip=None, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ
Retrieve drug names based on the Drug Enforcement Administration (DEA) schedule information.
- Parameters:
controlled_substance_schedule (
str
) β The schedule in which the drug is controlled by the Drug Enforcement Administβ¦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