Formscript.pl 1.1 completed

markleeds wrote on Tuesday, April 19, 2005:

download at:
http://drleeds.com/files

features:

1) a script which generates forms for OpenEMR
2) self contained, no additional template files needed
3) checks for reserved SQL words before form creation
4) can generate many useful form widgets
5) new feature: allows reporting of negatives (unchecked) as well as positives in check box group or multiple select scrolling list (a difficult programming feat)
6) submit button at top and bottom of form

Please try and let me know what you think.  If it is useful, I would be happy to have it available on this site and will support future development.

It is easy to create sample form.  Run at command line:

$shell>perl formscript.pl

This will print basic instructions and create sample.txt file

then:

$shell>perl formscript.pl sample.txt

This creates the form directory with all files.  Copy this to OpenEMR forms directory and install as usual.

Thanks for trying!

Mark

andres_paglayan wrote on Tuesday, April 19, 2005:

Great work!
I tested it and it works,
I will commit it to the contrib folder under formmaker subdir