REMITT Troubleshooting
From FreemedDeveloperWiki, the FreeMED developers' Wiki.
Contents |
Common Errors
ERROR No translation plugin found
Some of REMITT's perl dependencies are not properly installed. The Debian package for REMITT contains dependencies on all of the appropriate packages, but installing from the tarball may leave REMITT needing additional modules. To get the actual error messages:
cd /usr/share/remitt/lib perl Remitt/Plugins/Transport/FixedFormXML.pm perl Remitt/Plugins/Transport/FixedFormPDF.pm
The actual packages can be pulled from CPAN or by your distributions' package management system.
Misc
REMITT stands for "REMITT Electronic Medical Record Translation and Transmission", and is a recursive acronym. It is build primarily in Perl, but uses XSLT for all formatting and processing logic. The engine could theoretically be coded in any language, but Perl was chosen for speed of implementation.