Download Latest Version freemed-live-0.1-i386.iso (653.8 MB)
Email in envelope

Get an email when there's a new version of FreeMED

Home / remitt / 0.5.0
Name Modified Size InfoDownloads / Week
Parent folder
ChangeLog 2011-01-03 120.8 kB
remitt-0.5.0-dist.zip 2011-01-03 40.8 MB
README 2011-01-03 1.6 kB
remitt-0.5.0-dist.tar.gz 2011-01-03 40.3 MB
remitt-0.5.0-dist.tar.bz2 2011-01-03 40.4 MB
remitt-0.5.0-src.tar.gz 2011-01-03 2.7 MB
Totals: 6 Items   124.3 MB 0
$Id: README 432 2011-01-03 15:17:36Z jeff $
$Author: jeff $
------------------------------------------------------------------------------

REMITT stands for:
REMITT Electronic Medical Information Translation and Transmission

(It is a recursive acronym.)

It is a system for translating documents from one format to another,
then transmitting them. It was designed to be used for medical billing
and claim submission using XML files. It uses XSLT and XML, and is
written in Java as a J2EE application.

This application should be able to be dropped into a Servlet container
like Apache Tomcat and run with little to no configuration. The
system property "remitt.properties" can point at a configuration file to
override default config properties which are defined inside the war
file.

(In Debian or Ubuntu packaged tomcat instances, you would add
"-Dremitt.properties=/path/to/my/remitt.properties" to the options passed
to tomcat in /etc/defaults/tomcat or /etc/defaults/tomcat55, depending on
the version you're using.)

The only prerequisite for installing this software is importing the
database definitions from sql/*.sql into your working database server.

At the moment, MySQL is the supported / preferred database server. The
remitt user should probably have all privileges on the remitt database,
but also SELECT on mysql.proc (otherwise you'll need
"noAccessToProcedureBodies=true" in the JDBC URL).

Remote Services Information:
REST services are exposed at /remitt/services/rest/service/(functionname)
and SOAP services are available through the WSDL at
/remitt/services/interface?wsdl

- Jeff (jeff@freemedsoftware.org)

Source: README, updated 2011-01-03