tooluniverse.tools.FDA_get_when_using_info module

FDA_get_when_using_info

Retrieve information about side effects and substances or activities to avoid while using a speci…

tooluniverse.tools.FDA_get_when_using_info.FDA_get_when_using_info(drug_name, limit=None, skip=None, *, stream_callback=None, use_cache=False, validate=True)[source]

Retrieve information about side effects and substances or activities to avoid while using a speci…

Parameters:
  • drug_name (str) – The name 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

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any