REMITT REMITT Electronic Medical Information Translation and Transmission |
Remitt:: InterfaceContains all methods exported through the XML-RPC interface for Remitt. It is possible that these methods could also be exported using SOAP (since the SOAP::Lite library is being used to provide XML-RPC functionality). Functions that require authentication use the <Remitt::Utilities::ForceAuthentication> method from the Remitt::Utilities package. This uses basic authentication. Summary
Remitt. Interface. Execute
Execute Render/Translation/Transport series. Parameters
ReturnsOutput from transport plugin if used from the command line interface (CLI), or a unique identifier used to get the actual output from Remitt.Interface.GetStatus. Example$x = Remitt.Interface.Execute($xmlfile, ‘XSLT’, ‘837p’, ‘Text’); Remitt. Interface. GetStatusGet status of job identified by unique identifier, as returned by Remitt.Interface.Execute. This method is not used by the command line interface (CLI) because it does not store state files. Parameters
ReturnsMixed; -1 if incomplete, or the actual contents of the unique identifier status file (usually a file name), or -2 if there is a parameter error. Remitt. Interface. SystemLoginStart a Remitt session. This function requires no authentication. Parameters
ReturnsStruct containing
|
| sub Execute |