FreeMED. Coverage

Class encapsulating insurance coverage.  This class is rather unique in FreeMED, as FreeMED looks at patients as objects, and their insurance data as a completely ancillary table, with all insurance information being completely separate from the core electronic medical record.

Summary
Class encapsulating insurance coverage.
Returns the list of procedures that should be billed based on the information given.
Get entire list of payers for the system

Functions

Coverage constructor

Parameters

$coverageidDatabase table identifier for the specified coverage.

Coverage->GetProceduresToBill

Returns the list of procedures that should be billed based on the information given.

Parameters

$pat(optional)
$id(optional)
$type(optional)
$forpat(optional)

get_coverage

function get_coverage ( )

get_payers

function get_payers ( )

Get entire list of payers for the system

Returns

Array of payer id keys

function get_coverage ( )
function get_payers ( )
Get entire list of payers for the system