Skip to content

phoemur/apache_icu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apache_icu

Build Status

Little C++/QT widget to calculate APACHE II ("Acute Physiology And Chronic Health Evaluation II"), which is a severity-of-disease classification system (Knaus et al., 1985), one of several ICU scoring systems. It is applied within 24 hours of admission of a patient to an intensive care unit (ICU): an integer score from 0 to 71 is computed based on several measurements; higher scores correspond to more severe disease and a higher risk of death. The first APACHE model was presented by Knaus et al. in 1981.

Requirements

C++14

Qt 5

Instructions to compile and Run

  1. Linux:
  • qmake-qt5
  • make
  • ./apache_icu
  1. Windows:
  • qmake
  • make -f Makefile.Release

About

Little C++/QT widget to calculate APACHE II ("Acute Physiology And Chronic Health Evaluation II")

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors