tooluniverse.tools.MedlinePlus_connect_lookup_by_code moduleΒΆ

MedlinePlus_connect_lookup_by_code

Look up corresponding MedlinePlus page information through MedlinePlus Connect Web Service using …

tooluniverse.tools.MedlinePlus_connect_lookup_by_code.MedlinePlus_connect_lookup_by_code(cs, c, dn, language, format, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ

Look up corresponding MedlinePlus page information through MedlinePlus Connect Web Service using …

Parameters:
  • cs (str) – Code system OID, e.g., ICD-10 CM=2.16.840.1.113883.6.90, RXCUI=2.16.840.1.113…

  • c (str) – Specific code value to query, e.g., β€œE11.9” (ICD-10 CM) or β€œ637188” (RXCUI).

  • dn (str) – Optional, descriptive name (English) corresponding to the code, for drugs can…

  • language (str) – Return information language, β€œen” for English, β€œes” for Spanish, default β€œen”.

  • format (str) – Return format, options β€œjson” or β€œxml”, default β€œjson”.

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

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any