Skip to content

NJR44/femr

 
 

Repository files navigation

fEMR - Free Electronic Medical Records

A simple and free EMR system.

Description

fEMR is an free electronic medical record system. It is designed to help with the Wayne State University's School of Medicine's World Health Student Organization in Haiti. The goal is to become an easy EMR solution for remote clinics who depend on speed and ease of use rather than features.

Dependencies

Installation and Deployment

Add play framework to your PATH environment variable if you haven't done so already.

For more information, visit the official PlayConsole page.

Enter the console

play

Always clean and compile the project before a commit. It wouldn't hurt to do this often, especially when adding/removing classes or views.

clean
compile

Development

run

Test

test

Production

Coming soon.

Extras

Adding a ~ before run or test will make it run perpetually. Also, you can run outside the PlayConsole using one line:

play clean compile run

Warnings

  • This application is not HIPAA compliant (... yet).
  • This application is not meant to diagnose, treat, cure or prevent disease.

License

The MIT License (MIT)

Copyright (c) 2013 Stephen Cavaliere, David Palombo, David Weisberg, Kevin Zurek , Evan Michaux, Priyesh Pandya, Jerell Robinson, Nick Rushak

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A simple and free EMR system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 67.3%
  • JavaScript 24.4%
  • CSS 7.8%
  • Other 0.5%