tooluniverse.tools.FDA_retrieve_drug_names_by_patient_medication_info moduleΒΆ

FDA_retrieve_drug_names_by_patient_medication_info

Retrieve drug names based on patient medication information, which is about safe use of the drug.

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

Retrieve drug names based on patient medication information, which is about safe use of the drug.

Parameters:
  • patient_info (str) – Information or instructions to patients about safe use of the drug product.

  • 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