Skip to content

loaded02/ICF_Report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICF_Report

Build Status

This is a simple GUI-Programm, which is supposed to help creating a brief ICF Report. The ICF Report is used to describe a patient status, e.g. during a medical therapy. Check WHO for more information about ICF.

Features:

  • Manage multiple Patients and Therapists with diagnosises etc.
  • Have for each patient multiple reports corresponding to its date.
  • An easy to use GUI lets you create your specific reportform with varying numbers of ICF codes and details.
  • The Programm supports saving content in XML structure on your harddisk for future use.
  • The result will be a nice formatted output via printing to Pdf.

BUILD:

  • Qt Creator 3.0.1
  • Based on Qt 5.2.1 (GCC 4.6.1, 64 bit)
  • Ubuntu 13.10, 64 bit
  1. apt-get install qtbase5-dev libqt5x11extras5-dev qttools5-dev qttools5-dev-tools libqt5webkit5-dev xsltproc
  2. Clone Repository
  3. mkdir build
  4. cd build
  5. qmake ../ICF_Report.pro -r -spec linux-g++
  6. make

SCREENSHOTS:

Menu

Menu

Create Report

Report

Generate Pdf

Pdf