Public repository of examples and snippets of code (made largely by me) dedicated to medical informatics
-
UMLS_Api_search_example:
UMLS (link) REST API (link) simple search and retrieve app with a basic graphical UI (PySimpleGUI).
Requires:- requests, json and datetime modules,
- beatifulsoup (bs4), pandas, tabulate,
- PySimpleGUI for the graphical interface
- also the UMLS personal API Key (link):
- Quickstart
import UMLS_Api_search_example as UAex
UAex.runExample("[INSERT API KEY HERE]")