function GetFileList ( $type, $criteria, $value )
Retrieves the protocol revision being used by a REMITT server.
function GetProtocolVersion ( )
Determine if the REMITT server is up.
function GetServerStatus ( )
Retrieves the current status of a REMITT billing run by its unique identifier.
function GetStatus ( $unique )
Wrapper for Remitt.Interface.ListOptions
function ListOptions ( $type, $plugin, $media = NULL, $format = NULL )
Wrapper for Remitt.Interface.ListPlugins
function ListPlugins ( $type )
Wrapper for Remitt.Interface.GetOutputMonths
function ListOutputMonths ( $year = NULL )
Wrapper for Remitt.Interface.GetOutputYears
function ListOutputYears ( )
Logs into the Remitt server, and stores authentication data received in the session.
function Login ( $username, $password )
function ProcessBill ( $billkey, $render, $transport )
function ProcessStatement ( $procedures )
Stores billing data in a temporary key table.
function StoreBillKey ( $billkey )
Renders procedure entries into XML file to be transmitted to REMITT server.
function RenderPayerXML ( $_procedures, $bc = 1, $bs = 1, $ch = 1 )
Renders procedure entries into XML file to be transmitted to REMITT server for patient statement billing
function RenderStatementXML ( $_procedures )
Automagically determines what kind of resource this is supposed to be and creates a PHP.xmlrpcval object to wrap it in.
function _autoserialize ( $mixed )
Call Remitt server with the specified parameters.
function _call ( $method, $parameters = NULL, $debug = false )
Determines if in an array is a structure (associative array) or a regular array.
function _is_struct ( $var )