Get text name for the current CPT code modifier.
function CPTModifier ( $procedure )
Get weight in grams for infants.
function WeightGrams ( $procedure )
Return a list of procedures to be billed from a billing key.
function ProcArray ( $billkey )
Get array of diagnoses associated with a procedure key.
function DiagArray ( $proc )
Get the patient key from the procedure key
function PatientKey ( $proc )
Determines whether a clearinghouse is being used for an electronic transmission.
function isUsingClearingHouse ( $proc )
Gets the current amount paid, given a procedure, or array of procedures.
function AmountPaid ( $proc )
Extract the provider key from the procedure key.
function ProviderKey ( $procedure )
Extract the facility key from the procedure key.
function FacilityKey ( $procedure )
Extract the practice key from the procedure key.
function PracticeKey ( $procedure )
Get type of service code from procedure and insured keys.
function TypeOfService ( $procedure, $insured )