andrroy / it2901_2014_Android_EPJ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##EMR integration for ultrasound scanners on standard Android platform

How to build and run

Prerequisites

  • Android Support Library and Android Support Repository. These can be downloaded using the Android SDK Manager.
  • Gradle

Build

  1. Import the project using Gradle as external model.
  2. Add .jars in libs folder to project dependencies.
  • Using IntelliJ: Project structure - Modules - CapgeminiEMR - Dependencies - Add - Select all jar-files in the libs folder.
  1. Run the EMRService module.
  2. Run the VScanLauncher module.
  3. Run the CapgeminiEMR module.
  4. When prompted to setup the application, the following setup config can be used: http://royrvik.org/settings2.xml
  5. Send an email to andrroy@stud.ntnu.no for username and password
  6. The patient Navn Navnesen with SSN 12345678910 can be used as a test patient

Known issues

  • Android 4.4 (KitKat) doesn't like the gallery to be refreshed and will either show an empty gallery or will force application to crash
  • SQLCipher might be unstable on certain devices
  • Stacktrace printed with Log.w when providing invalid source in setup.
  • Stacktrace printed with Log.w when providing wrong password on Login.

About


Languages

Language:Java 100.0%