tooluniverse.tools.FDA_get_drug_names_by_geriatric_use module¶
FDA_get_drug_names_by_geriatric_use
Retrieve drug names that have specific information about geriatric use.
- tooluniverse.tools.FDA_get_drug_names_by_geriatric_use.FDA_get_drug_names_by_geriatric_use(geriatric_use, indication=None, limit=None, skip=None, *, stream_callback=None, use_cache=False, validate=True)[source]¶
Retrieve drug names that have specific information about geriatric use.
- Parameters:
geriatric_use (
str) – Information about any limitations on any geriatric indications, needs for spe…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]