Coder Social home page Coder Social logo

FreeMED Electronic Medical Record and Practice Management System

Build Status

Installation

Instructions are available at https://github.com/freemed/freemed/wiki/Installation

Legalese

FreeMED Electronic Medical Record and Practice Management System
Copyright (C) 1999-2012 FreeMED Software Foundation

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

Errata

  • index.php has to be added in /etc/apache2/?????.conf under the list of valid index files.
  • These are to be installed in /usr/share/freemed, and a virtual directory alias should be made in the Apache2 configuration files, as well as giving read perms to Apache.
  • Code is annotated with an author if the primary author is other than Jeff Buchbinder <[email protected]>
  • MySQL version 5.0.20+ is required.
  • Since FreeMED involves a fairly hefty codebase, php optimizing tricks, such as the bware_cache module or the Zend Optimizer should be used to minimize load times. APC is also available (apc.communityconnect.com), as well as the venerable (but largely unmaintained) Turck MMcache (http://turck-mmcache.sourceforge.net/).

Troubleshooting

Q: I get an SQL connection error. What's wrong?
A: Try using the commandline clients for your SQL server. (For MySQL, this is
   simply "mysql -u (user) -p") If this works and you still can't log in with
   FreeMED, you may not have created the FreeMED database properly. You can
   log into the administrative console and add the database with the command
   "CREATE DATABASE freemed;". If this still does not allow you to connect,
   check your username, password, host, and table settings in lib/settings.php
   in your FreeMED installation. If you haven't set these properly, FreeMED
   will be unable to communicate with the SQL backend. If this still does
   not work, there is a chance that the machine or account that FreeMED is
   using does not have proper access rights on the SQL server. Please consult
   your SQL server documentation if this is the case.

If you have further issues, please open a ticket at https://github.com/freemed/freemed/issues

FreeMED Software Foundation's Projects

care2x icon care2x

Clone of Care2x hospital system ( http://sourceforge.net/p/care2002/ )

datagen icon datagen

Randomized patient data generator for FreeMED

freemed icon freemed

FreeMED Electronic Medical Record / Practice Management System

freemed-data icon freemed-data

Medical terminology and data preparation for EMR/PM systems

freemed-mirth icon freemed-mirth

Mirth ( http://www.mirthproject.org/ ) configurations for use with FreeMED.

freeshim icon freeshim

opensource multiplatform medical device interface

gofhir icon gofhir

A Healthcare FHIR client for Go

invoiceplane icon invoiceplane

A free and open source invoicing application. (Fork for developing RESTful interface)

kowhai icon kowhai

Earley-style parser developed in Go

laika icon laika

An open source electronic health record (EHR) testing framework.

mirth icon mirth

git mirror of Mirth Connect ( http://www.mirthcorp.com/products/mirth-connect )

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.