Difference between revisions of "Main Page"

From OpenEMR Project Wiki
(7 intermediate revisions by the same user not shown)
Line 10: Line 10:
:* Have a question to ask? ask [http://sourceforge.net/projects/openemr/forums Here] at the official OpenEMR forums.
:* Have a question to ask? ask [http://sourceforge.net/projects/openemr/forums Here] at the official OpenEMR forums.
:* The [[OpenEMR Roadmap|Roadmap]] tries to define what direction this project is going in the future.
:* The [[OpenEMR Roadmap|Roadmap]] tries to define what direction this project is going in the future.
:* [[OpenEMR Certification|Is OpenEMR CCHIT certified?]] - This page has all the details about the project
:* [[OpenEMR Certification|Is OpenEMR HHS or CCHIT certified?]] - This page has all the details about the certification projects
:* [[OpenEMR Commercial Help|Commercial Help]]: Professional OpenEMR installation and support
:* [[OpenEMR Commercial Help|Commercial Help]]: Professional OpenEMR installation and support


Line 32: Line 32:
== Configuration Manuals ==
== Configuration Manuals ==
:* [[OpenEMR Backup Tools|Backup Tools]]: Backup methods and scripts
:* [[OpenEMR Backup Tools|Backup Tools]]: Backup methods and scripts
:* [[OpenEMR Billing Setup Howtos|Billing Setup Howtos]]: How to configure OpenEMR to bill.
:* [[OpenEMR Billing Setup Howtos|Billing Setup Howtos]]: How to configure OpenEMR to bill.
:* [[OpenEMR Database Conversion Tools|Database Conversion Tools]]
:* [[OpenEMR Database Conversion Tools|Database Conversion Tools]]
:* [[OpenEMR Facility Setup| Facility Setup]]: configuring a newly installed OpenEMR instance with your facility information.
:* [[OpenEMR Facility Setup| Facility Setup]]: configuring a newly installed OpenEMR instance with your facility information.
:* [[OpenEMR Form Creation Tool| Form Creation Tool]]: This is a tool for creating new forms for OpenEMR.
:* [[OpenEMR Form Creation Tool| Form Creation Tool]]: This is a tool for creating new encounter forms for OpenEMR.
:* [[OpenEMR Xml Form Generator| Xml Form Generator]]: This is an experimental tool for creating new forms for OpenEMR.
:* [[OpenEMR Internationalization Configuration| Language Translation Configuration]]: OpenEMR has a thriving translation community with languages already available.  If you have an interest in translating OpenEMR into your native language, please let us know.
:* [[OpenEMR Internationalization Configuration| Language Translation Configuration]]: OpenEMR has a thriving translation community with languages already available.  If you have an interest in translating OpenEMR into your native language, please let us know.
:* [[OpenEMR Layout Selection| Layout Selection]]: OpenEMR now has three visual layouts to choose from. These instruction show how to configure this along with comparison screenshots.
:* [[OpenEMR Layout Selection| Layout Selection]]: OpenEMR now has three visual layouts to choose from. These instruction show how to configure this along with comparison screenshots.
Line 51: Line 52:
:* [http://www.ehrlive.com/training 3.0 User Training Videos]
:* [http://www.ehrlive.com/training 3.0 User Training Videos]
:* [http://www.oemr.org/modules/cjaycontent/index.php?id=2 2.8.0 User Manual]
:* [http://www.oemr.org/modules/cjaycontent/index.php?id=2 2.8.0 User Manual]
:* [[CAMOS module]]: CAMOS (Computer Aided Medical Ordering System) is, on the surface, just a fancy interface for organizing and choosing pieces of text to insert into a patient's chart. It is designed to be intuitive and easy to use. It can be turned on in OpenEMR via the admin->forms menu. Author is Mark Leeds.
:* [[CAMOS module]]: CAMOS (Computer Aided Medical Ordering System) is, on the surface, just a fancy interface for organizing and choosing pieces of text to insert into a patient's chart. It is designed to be intuitive and easy to use. It can be turned on in OpenEMR via the admin->forms menu.
:* [[Cross Reference Views|Cross Reference of Radio Button Menu and Tree View]]
:* [[Cross Reference Views|Cross Reference of Radio Button Menu and Tree View]]
:* [[Pharmacy Dispensary Module|Pharmacy Dispensary]]
:* [[Pharmacy Dispensary Module|Pharmacy Dispensary]]
Line 60: Line 61:
:* [[Development Policies|Policies for Developers]]: Agreed upon policies developers must observe (or provide a good reason not to).
:* [[Development Policies|Policies for Developers]]: Agreed upon policies developers must observe (or provide a good reason not to).
:* [[Active Projects|Active Projects]]: Listing of currently active projects.
:* [[Active Projects|Active Projects]]: Listing of currently active projects.
:* [[OpenEMR Internationalization Development|Language Translation Development]]: A HOWTO on helping with translation of OpenEMR in your native language.
:* [[Office Work Flow|Typical Work Flow in a Medical Clinic]]: A guide for developers who need to improve their knowledge of the work flow in an ambulatory clinic
:* [[OpenEMR System Architecture|Architecture Overview]]: Overview of OpenEMR's system architecture.
:* [[OpenEMR System Architecture|Architecture Overview]]: Overview of OpenEMR's system architecture.
=== Modules and Modular Interfaces ===
:* [[Jquery Javascript Ajax Widget Integration|Jquery Javascript Ajax Widget Integration]]: These are notes describing recent integration of JQuery, Javascript, Ajax, and Widget functions and tools into OpenEMR.
:* [[Jquery Javascript Ajax Widget Integration|Jquery Javascript Ajax Widget Integration]]: These are notes describing recent integration of JQuery, Javascript, Ajax, and Widget functions and tools into OpenEMR.
:* [[OpenEMR Internationalization Development|Language Translation Development]]: A HOWTO on helping with translation of OpenEMR in your native language.
:* [[The Forms API]]: Forms may be added to OpenEMR via a plugable form interface. This page attempts to document that interface.
:* [[Lists and Layouts|Lists and Layouts]]: Ongoing project to ensure standarized usage of OpenEMR lists and layouts.
:* [[Lists and Layouts|Lists and Layouts]]: Ongoing project to ensure standarized usage of OpenEMR lists and layouts.
:* [[PhpGacl|PhpGacl]]: Notes about OpenEMR's embedded php-GACL (access controls).
:* [[PhpGacl|PhpGacl]]: OpenEMR's embedded php-GACL (access controls).
:* [[PhpMyAdmin]]: Notes about OpenEMR's embedded phpMyAdmin.
:* [[PhpMyAdmin]]: OpenEMR's embedded phpMyAdmin.
:* [[Prescribing Module]]: Walk-through of the prescribing module
:* [[Prescribing Module]]: Walk-through of the prescribing module.
:* [[Office Work Flow|Typical Work Flow in a Medical Clinic]]: A guide for developers who need to improve their knowledge of the work flow in an ambulatory clinic


== Troubleshooting ==
== Troubleshooting ==

Revision as of 20:54, 9 January 2010

OpenEMR-Login.jpg

The OpenEMR Documentation Wiki

Overview of OpenEMR

Demos

Online demos of OpenEMR are available from various sources. For brevity, we've sorted them into the following classes:

Downloads

  • OpenEMR Downloads : This is the main OpenEMR download page.
  • Patches : Most recent patch for OpenEMR version 3.1.0 can be found here.

Installation and Upgrade Manuals

Configuration Manuals

Configuring Modules

User Manuals

Developer Manuals

Modules and Modular Interfaces

  • Jquery Javascript Ajax Widget Integration: These are notes describing recent integration of JQuery, Javascript, Ajax, and Widget functions and tools into OpenEMR.
  • The Forms API: Forms may be added to OpenEMR via a plugable form interface. This page attempts to document that interface.
  • Lists and Layouts: Ongoing project to ensure standarized usage of OpenEMR lists and layouts.
  • PhpGacl: OpenEMR's embedded php-GACL (access controls).
  • PhpMyAdmin: OpenEMR's embedded phpMyAdmin.
  • Prescribing Module: Walk-through of the prescribing module.

Troubleshooting

Virtual Appliances

Documents on the Web

Open Source Medical Software

Open Source Medical Software is a not-for-profit company that supports oemr.org and the development of OpenEMR.

Affiliated Projects


Wiki Instructions

Consult the User's Guide for information on using the wiki software.