tooluniverse.tools.FDA_get_drug_names_by_pregnancy_effects_info moduleΒΆ

FDA_get_drug_names_by_pregnancy_effects_info

Retrieve drug names based on information about effects the drug may have on pregnant women or on …

tooluniverse.tools.FDA_get_drug_names_by_pregnancy_effects_info.FDA_get_drug_names_by_pregnancy_effects_info(pregnancy_info, indication=None, limit=None, skip=None, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ

Retrieve drug names based on information about effects the drug may have on pregnant women or on …

Parameters:
  • pregnancy_info (str) – Information about the effects on pregnancy to search for.

  • 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

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any