GithubHelp home page GithubHelp logo

hhmsystem's Introduction

HOPE HEALTH MEDICAL SOLUTIONS

About

Hope Health Clinic is a private operated organization that is governed by the friends of the Good Shepherd Foundation for over 35 years. This non-profitable organization provides health care to over 20,000 low income citizens of the north western region of Jamaica each year.The main issues currently affecting the efficiency and the effectiveness of the services provided by the clinic includes inefficient record retrieval, record keeping is space consuming and the generation of tedious financial reports.

Mission

Hope Health Medical Solution focuses on providing a free electronic medical record solution.The mission of HHMS is to improve health care delivery in resource-constrained environments with a robust, scalable, user-driven, open source medical record system platform.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Java JDK
  • Java IDE
  • Git
  • Windows/Linux/Mac

Development

See instructions to:

  • Install Java JDK here

  • Install IntelliJ IDEA here.

  • Use IntelliJ GitHub Integration here.

Deployment

[On Linux]

You will use git the Java compiler javac to compile your Java programs and the Java interpreter java to run them,assuming already installed.

Check version:

$ javac -version
javac 1.8.0_121

$ java -version
java version "1.8.0_111"
Java(TM) SE Runtime Environment (build 1.8.0_111-b14)

Clone repo:

$ git clone https://github.com/superrcoop/HHMSystem.git

Navigate to directory:

$ cd HHMSystem/

Compile,create .jar file and run:

$ javac /src/_hhms_/$(find . -name "*.java")
$ jar vcfm HHMS.jar src/META-INF/MANIFEST.MF src/_hhms_/$(find . -name "*.class")
$ java -jar HHMS.jar

Contributing

Cheackout these useful guides:

Contributions are very welcome, we can definitely use your help!

Built With

IntelliJ IDEA 2016.3

hhmsystem's People

Contributors

superrcoop avatar mcphersonr avatar dejah9 avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

dejah9 mcphersonr

hhmsystem's Issues

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.