tooluniverse.tools.FDA_get_drug_names_by_pharmacokinetics module¶
FDA_get_drug_names_by_pharmacokinetics
Retrieve drug names based on specific pharmacokinetics information, such as absorption, distribut…
- tooluniverse.tools.FDA_get_drug_names_by_pharmacokinetics.FDA_get_drug_names_by_pharmacokinetics(pharmacokinetics_info, indication=None, limit=None, skip=None, *, stream_callback=None, use_cache=False, validate=True)[source]¶
Retrieve drug names based on specific pharmacokinetics information, such as absorption, distribut…
- Parameters:
pharmacokinetics_info (
str
) – Information about the clinically significant pharmacokinetics of a drug or ac…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