Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aleccool213/itriage
Android application for performing triage on emergency room patients
https://github.com/aleccool213/itriage
Last synced: 4 days ago
JSON representation
Android application for performing triage on emergency room patients
- Host: GitHub
- URL: https://github.com/aleccool213/itriage
- Owner: aleccool213
- Created: 2014-03-08T03:50:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-12T05:05:07.000Z (almost 9 years ago)
- Last Synced: 2024-05-02T04:32:47.035Z (7 months ago)
- Language: Java
- Homepage:
- Size: 10.7 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Imgur](http://i.imgur.com/Dg5sddv.png)
iTriage,
an Android application for performing triage on emergency room patients, and a database for storing patient data.
A quick video demonstration of the app can be seen at: http://youtu.be/2cuMCeIWvAU.Authors
c2adamge: Alex Adam,
c2brunel: Alec Brunelle,
g3spence: Spencer Elliott,
g3gohnic: Nicholas Goh,How to run using adb
In terminal, browse to the directory where your Android SDK is installed. This directory contains directories add-ons, platform-tools, tools, etc.
Start your emulator by running tools/emulator -avd where is the name of an Android Virtual Device. (Run tools/android list avd to see a list of your AVDs.)
Open a new terminal window in your Android SDK directory.
Run platform-tools/adb install where is the path to iTriage.apk. If iTriage is already installed, run platform-tools/adb install -r to reinstall.
On your virtual device, open iTriage from the app drawer.
How to run using JetBrains IntelliJ (Recommended)Note: This has only been tested with the Android 4.4 SDK.
Open IntelliJ,
click 'Open Project',
cpen PIII/trunk/iTriageProject,
click run -> edit configurations...,
click '+' -> android application,
set name and module to iTriage,
click OK,
run -> run 'iTriage'.How to run using Eclipse ADT,
Note: This has only been tested with the Android 4.4 SDK.
Open Eclipse,
set workspace to PIII/trunk/iTriageProject,
file -> import... -> android -> existing projects into workspace,
set the root directory to PIII/trunk/iTriageProject,
click finish, then wait for project to build automatically,
run -> run -> android application,
NOTE: If you experience difficulties, clean the project firstBonus Marks:
Register user function is working; offers both nurse and physician creation and features a (semi-)secure protection, using an admin password (PraiseTheTsar),
various aesthetic choices such as:
spinner,
intuitive patient sorting interface,
cards UI