modules/ claims_manager. billing. module.php

Summary
Provide claim details and main editing functions menu.
Allow interface to mark claims as being billed.
Allow interface to mark claims for rebill.
Creates link for insertion in anchor tags with detail criteria for the engine.
Creates link for insertion in anchor tags with search criteria for the engine.

Functions

claim_detail

function claim_detail ( )

Provide claim details and main editing functions menu.

mark_billed

function mark_billed ( )

Allow interface to mark claims as being billed.

rebill

function rebill ( )

Allow interface to mark claims for rebill.

_detail_link

function _detail_link ($param)

Creates link for insertion in anchor tags with detail criteria for the engine.

Parameters

$criteriaAssociative array with keys containing the variables to be passed.

Returns

Link text.

_search_link

function _search_link ($criteria)

Creates link for insertion in anchor tags with search criteria for the engine.

Parameters

$criteriaAssociative array with keys containing the search criteria type and values containing the search criteria.

Returns

Link text.

function claim_detail ( )
Provide claim details and main editing functions menu.
function mark_billed ( )
Allow interface to mark claims as being billed.
function rebill ( )
Allow interface to mark claims for rebill.
function _detail_link ($param)
Creates link for insertion in anchor tags with detail criteria for the engine.
function _search_link ($criteria)
Creates link for insertion in anchor tags with search criteria for the engine.