nhshackday14 / consent-management

Consent Management Helper - 2014 NSH Hackathon Project
http://procl.org
4 stars 2 forks source link

Alt text

ProCL

http://procl.co.uk/

ProCL is a tool designed to help clinicians when completing consent forms for medical and surgical procedures. It acts as a reminder for the benefits, risks, and other details that are necessary when completing Consent Form 1 in UK NHS hospitals.

More info at: http://procl.co.uk/#/about

Install

System dependencies:

    pip install -r requirements.txt
    python manage.py syncdb
    python manage.py migrate
    npm install -g grunt-cli
    npm install -g bower
    npm install
    bower install

Tests

./tests.sh

Run server

python manage.py runserver 8080

API