tooluniverse.tools.MedlinePlus_search_topics_by_keyword module

MedlinePlus_search_topics_by_keyword

Search for relevant information in MedlinePlus Web Service by keyword across health topics or oth…

tooluniverse.tools.MedlinePlus_search_topics_by_keyword.MedlinePlus_search_topics_by_keyword(term, db, rettype, *, stream_callback=None, use_cache=False, validate=True)[source]

Search for relevant information in MedlinePlus Web Service by keyword across health topics or oth…

Parameters:
  • term (str) – Search keyword, e.g., “diabetes”, needs to be URL encoded before passing.

  • db (str) – Specify the database to search, e.g., healthTopics (English health topics), h…

  • rettype (str) – Result return format, options: brief (concise information, default), topic (d…

  • stream_callback (Callable, optional) – Callback for streaming output

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any