Code Monkey home page Code Monkey logo

emt-advanced-care's Introduction

EMT Advanced Care

Build Status

A Java application that will store your sample information into a json file format so that it can be retrieved by your medical personnel and would expedite the medical treatment process in a case of crisis.

Dependencies

Required:

  • Git
  • Java
  • Apache Ant
  • Pre-existing running SQL server with appropriate setup

Setup will add:

Setup

Open your terminal and do the following.

Easy way:

Just clone the repository and run the setup shell script to setup the machine to use this program.

$ git clone https://github.com/binhonglee/EMT-Advanced-Care
$ cd EMT-Advanced-Care
$ ./setup.sh

Manual way:

Of course, if you would like to do the manual way, feel free to follow the following steps.

$ git clone https://github.com/binhonglee/EMT-Advanced-Care
$ cd EMT-Advanced-Care
$ git submodule init
$ git submodule update --init --recursive

How to use

First, you need a SQL server properly configured to the format of the json output will be, then have it running.

From here, you can run the Java application by navigating to the folder of this repository and do the following in terminal.

$ ant execute

After creating the json file you wanted, run the following in the same terminal to push the files into SQL server.

$ ./migrateToSQL.sh

Now all the data should be in your SQL server and all the json files are deleted.

Restart

If you changed the source codes and decided that you wanted to recompile everything, run the following.

$ ant clean
$ ant build

Removal

To remove this from your computer, simply go to your terminal and do the following.

Easy way:

A shell script is written to remove all dependency files added when running setup.sh so you can just run that.

$ ./uninstall.sh

Manual way:

If you want to remove each item manually or pick what to keep, follow the steps below and make changes that suits your setup / liking.

$ cd ../
$ rm -rf EMT-Advanced-Care

emt-advanced-care's People

Contributors

binhonglee avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.