Difference between revisions of "OpenEMR Database Conversion Tools"

From OpenEMR Project Wiki
m (12 revisions: OpenEMR_Database_Conversion_Tools)
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:


==FAQs, Docs and Guides==
==FAQs, Docs and Guides==
:*[http://www.openmedsoftware.org/wiki/File:Using_PLX_loader_files_in_Windows.pdf Using the PLX Loader Files in Windows HowTo] by [http://www.holzerent.com Joe Holzer].
:*[[File:Using_PLX_loader_files_in_Windows.pdf|Using the PLX Loader Files in Windows]] HowTo by [http://www.holzerent.com Joe Holzer].


=== Example Scripts ===
=== Example Scripts ===
Line 15: Line 15:
* [[image:Import_mi2xml.zip]] - ZIP Archive
* [[image:Import_mi2xml.zip]] - ZIP Archive
* [[image:Import_mi2xml-php.pdf‎]] - PDF for just lookin' at ...
* [[image:Import_mi2xml-php.pdf‎]] - PDF for just lookin' at ...
[[Category:Configuration Guide]]

Latest revision as of 06:32, 24 April 2012

Overview

Please add any scripts or advice here that are related to database conversion.

FAQs, Docs and Guides

Example Scripts

Code for importing complete medical records from an XML file

The attached example code and format definitions are for the import of XML data from XML files created by "MEDICS" offine EMR application developed by mi-squared.com and are provided as an example of how to import complete medical records into OpenEMR from an XML formatted file.

This is intended to be run by a automated command line process/cron job not a web request. It is based on OpenEMR 3.1 release. The PDF file contains a php program with comments at the bottom containing the xpaths that the script used. It is presumed that you understand XML file formatting. The examples import data into some custom forms. The code could easily be modified to support other forms, no forms, or even CSV import.