MEDICAL HEALTH RECORD SHARING SYSTEM
provided by
Our team developed a module/feature for Open EMR medical system, that will save time and effort in sharing patient information between medical offices. This feature will be user-friendly, intuitive and simple to use. There are 3 main components of this feature:
- Extracting the patient’s record from the openEMR database
- Sharing the exported patient record through email
- Decoding existing encoded patient record
This repository includes the following:
- MHR Sharing System Documentation.docx
- MHR Sharing System Documentation.pdf
- Team Tasks, Sprints and BurnDown tables.xlsx
- MHRSharing.war
This repository includes the following subdirectories:
- MHRSharing_war - exploded war ready to be deployed on Tomcat
- MHRSharingSystem - root project directory that can be imported in IDE such as Eclipse, IntelliJ etc.
- Preconfigured files - contains files needed to overwrite existing files
- SQL Statements - required to populate the openemr database with sample data
- Screenshots - screenshots of the MHR Sharing System
Used versions of programs and features:
- XAMPP 7.0.6 / PHP 7.0.6
- Apache 2.4.18
- MySQL phpMyAdmin 4.5.1
- Tomcat 7.0.56
- openEMR 4.2.2
Default port configurations:
- Apache - 80
- MySQL - 3306
- Tomcat - 8080