tooluniverse.tools.FDA_get_drug_names_by_general_precautions module¶
FDA_get_drug_names_by_general_precautions
Retrieve drug names based on specific general precautions information.
- tooluniverse.tools.FDA_get_drug_names_by_general_precautions.FDA_get_drug_names_by_general_precautions(precaution_info, indication=None, limit=None, skip=None, *, stream_callback=None, use_cache=False, validate=True)[source]¶
Retrieve drug names based on specific general precautions information.
- Parameters:
precaution_info (
str) – Information about any special care to be exercised for safe and effective use…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]