tooluniverse.tools.FDA_get_drug_names_by_child_safety_info moduleΒΆ
FDA_get_drug_names_by_child_safety_info
Retrieve drug names based on whether the product should be kept out of the reach of children and β¦
- tooluniverse.tools.FDA_get_drug_names_by_child_safety_info.FDA_get_drug_names_by_child_safety_info(child_safety_info, indication=None, limit=None, skip=None, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ
Retrieve drug names based on whether the product should be kept out of the reach of children and β¦
- Parameters:
child_safety_info (
str) β Information pertaining to whether the product should be kept out of the reachβ¦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