tooluniverse.tools.FDA_get_drug_names_by_clinical_pharmacology module¶
FDA_get_drug_names_by_clinical_pharmacology
Retrieve drug names based on clinical pharmacology information. Warning: This tool only outputs a…
- tooluniverse.tools.FDA_get_drug_names_by_clinical_pharmacology.FDA_get_drug_names_by_clinical_pharmacology(clinical_pharmacology, indication=None, limit=None, skip=None, *, stream_callback=None, use_cache=False, validate=True)[source]¶
Retrieve drug names based on clinical pharmacology information. Warning: This tool only outputs a…
- Parameters:
clinical_pharmacology (
str) – Information about the clinical pharmacology and actions of the drug in humans…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:
dict[str,Any]