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='en', format='application/json', *, 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 “application/json” or “text/xml”, default “application…stream_callback (
Callable, optional) – Callback for streaming output
- Return type:
dict[str,Any]