tooluniverse.tools.FDA_get_drug_names_by_dosage_forms_and_strengths_info module¶
FDA_get_drug_names_by_dosage_forms_and_strengths_info
Retrieve drug names based on specific dosage forms and strengths information.
- tooluniverse.tools.FDA_get_drug_names_by_dosage_forms_and_strengths_info.FDA_get_drug_names_by_dosage_forms_and_strengths_info(dosage_forms_and_strengths, indication=None, limit=None, skip=None, *, stream_callback=None, use_cache=False, validate=True)[source]¶
Retrieve drug names based on specific dosage forms and strengths information.
- Parameters:
dosage_forms_and_strengths (
str) – Information about the dosage forms and strengths of the drug.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]