LibreHealthIO/lh-ehr

Name: lh-ehr

Owner: LibreHealth

Owner: LibreHealth

Description: LibreHealth EHR - Free Open Source Electronic Health Records

Created: 2016-07-15 21:50:55.0

Updated: 2018-05-11 12:35:04.0

Pushed: 2018-05-15 11:08:22.0

Homepage:

Size: 272636

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Welcome to LibreHealth EHR!!!

LibreHealth EHR is a free and open-source electronic health records and medical practice management application.

The mission of LibreHealth is to help provide high quality medical care to all people, regardless of race, socioeconomic status, or geographic location, by providing medical practices and clinics across the globe access to free of charge medical software.

That same software is designed to save clinics both time and money, which gives practitioners more time to spend with individual patients, thereby supplying patients with higher quality care.

We are current and former contributors to OpenEMR and thank that community for years of hard work. We intend to honor that legacy by allowing this new community to leverage the good things in OpenEMR, share what we create and not be afraid to break backward compatibility in the name of forward progress and modern development models.

We are collaborating closely with the LibreHealth Project LibreHealth.io, an umbrella organization for health IT projects with similar goals.

Our project is primarily licensed under Mozilla Public License Version 2.

The code inherited from OpenEMR is licensed under GPL 2 or higher.

This project is part of the Software Freedom Conservancy family sfconservancy.org

Thank you for your support!

Contributing code

Code contributions are very welcome! Browse the Issue tracker for issues that need code and/or come up with your own ideas to code. Please open a Pull Request to contribute your own code.

Local Development

For detailed and step-by-step Installation Instructions refer to Installation Instructions

Windows :

First off, make sure that you have the WAMP or XAMPP server installed and that the time zone is set correctly.

Make the following changes in php.ini file. You can find the php.ini file by looking at the following destination:

Make the following changes in your php.ini file: (Search for the following and make necessary changes)

execution_time = 600
input_time = 600
input_vars = 3000
ry_limit = 512M
_max_size = 32M
ad_max_filesize = 32M
ion.gc_maxlifetime = 14400
t_open_tag = On
lay_errors = Off
ad_tmp_dir is set to a correct default value that will work on your system
r_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE

Make sure you have disabled strict mode in Mysql .

How to disable Mysql strict mode?

Make the following changes in the my.ini/my.cnf: Find it here C:\WAMP\BIN\MYSQL\MySQL Server 5.6\my.ini OR C:\xampp\mysql\bin\my.ini OR (left click ) wampmanager icon -> MYSQL -> my.ini In Linux it's typically located in /etc/mysql

1.  Look for the following line:
    sql-mode = STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
    or sometimes it maybe  sql_mode

2.  Change it to:
    sql-mode="" (Blank)

3. Restart the MySQL service.

Restart WAMPP/XAMPP Server.

(XAMPP) If you don't find this parameter in the my.ini file, you should run the server, open http://localhost/phpmyadmin/, click on the “variables” tab, search for “sql mode”, and then set it to: “”

You can fork & clone the repository for local development. To get started you need to:

Sometimes , installation may take more time than usual on some systems. In that case, you would need to increase max_execution_time in your php.ini file and then restart your server.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.