psrname record from the facility table
function Name ( $key )
psraddr1 record from the facility table
function StreetAddress ( $key )
psrcity record from the facility table
function City ( $key )
psrstate record from the facility table.
function State ( $key )
psrzip record from the facility table.
function Zipcode ( $key )
Return the phone country code.
function PhoneCountry ( $key )
returns the first three digits of the psrphone field from the facility table
function PhoneArea ( $key )
the third to the seventh digit in the psrphone field from the facility table.
function PhoneNumber ( $key )
returns the last four digits of the psrphone field from the facility table.
function PhoneExtension ( $key )
uses the psrpos field from the facility table to get the posname field from the pos table.
function HCFACode ( $fac, $pay )
uses the psrpos field from the facility table to get the posname field from the pos table.
function X12Code ( $fac, $pay )