Skip to content

1966bc/The-Loinc-Table-Core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python 3 Tkinter

The Loinc Table Core

alt tag

"This material contains content from LOINC (http://loinc.org). LOINC is copyright © 1995-2022, Regenstrief Institute,

Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under

the license at http://loinc.org/license. LOINC® is a registered United States trademark of Regenstrief Institute, Inc."

Developend on Debian Release 10 (buster) 64-bit.

Aestas MMXXI

LOINC provides a set of universal names and ID codes for identifying laboratory and clinical test results.

LOINC is the global lingua franca for identifying tests and observations.

Learn more on https://loinc.org/

The Loinc Table Core is a program developed in Python that use LoincTableCore.csv file

to import data extract from this file in an Sqlite database and Tkinter as GUI to show this data.

In this project you can see various programming techniques with Tkinter SQLite and Python.

If you want update database data, download the LoincTableCore.csv last version from

https://loinc.org/downloads/ and load it on the database using Import function on the menu bar.

You can even edit or insert single record make double click on a class voice to insert a new record or

make double click on a item voice tp update an existing record.

alt tag

To run the project, execute loinc.py

Make sure you have the right files rights.

enjoy yourself