Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 2.01 KB

README.md

File metadata and controls

46 lines (29 loc) · 2.01 KB

Python 3 Tkinter Matplotlib license SQLite

Biovarase

A clinical quality control data management project

screenshot

Biovarase is an application to manage clinical quality control data.

The purpose of Quality Control Assurance in a clinical laboratory is to allow the control of the performances of an analytical procedure showing an alarm as soon as the trial doesn't result in the degree to respect the defined analytical rules. Biovarase furthermore calculates the classical statistical parameters for the quality control assurance ,e.g. sd, cv%, avg, and even the Imp(%), Bias(%) and TEa (total allowable error) using data retrived from: Current databases on biologic variation: pros, cons and progress Scand J Clin Lab Invest 1999;59:491-500. updated with the most recent specifications made available in 2014. It uses even the famous Westgard's rules to monitor results dataset. All the data are managed by SQLite database and matplotlib.

Take a look at the manual for getting started with Biovarase.

Biovarase requires

  • Python =>3.5
  • tkinter
  • matplotlib
  • xlwt
  • numpy

Releasing on

"GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007"

To start with Biovarase execute biovarase.py, on linux after unpucking do something like

bc@hal9000:~$ cd Biovarase-master/

bc@hal9000:~/Biovarase-master$ chmod +x biovarase.py

bc@hal9000:~/Biovarase-master$ ./biovarase.py

To login you can use as user "adm" and password "adm"

alt tag

regards.