OpenEMR Xml Form Generator

From OpenEMR Project Wiki
Revision as of 21:20, 9 January 2010 by Bradymiller (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The XML based form generator (xmlformgen) is available at the following link:

Release 1

It contains a series of XSLT stylesheets, a makefile, and a pile of .xml files.

the XML files (at least the more recent ones) contain form definitions.

Dependencies

This form generator uses xalan to interpret the contents of XSLT files. it also uses a simple Makefile, so requires (likely) GNU Make.

Using

To 'compile' a form, run "make INFILE=filename.xml". This will create a directory with 7 .php files, and one .sql file, hopefully conforming to The Forms API. to import one of these forms, copy it to the interface/forms location in your openemr install. then go to the administration->forms page, and the form should be shown at the bottom of the page. Import it, and run its sql, and you're done!

Justin Doiel is probably working on this are you're reading this page.