FBInsured

The FreeMED implementation of FreeB::FBInsured.

Summary
The FreeMED implementation of FreeB::FBInsured.
depends on coverage being self.
depends on coverage being self.
depends on coverage being self.
depends on coverage being self.
depends on coverage being self.
depends on coverage being self.
depends on coverage being self.
depends on coverage being self.
Returns the insured ID, with respect to this insurance company
Returns the Insureds PlanName.
Returns the Insureds GroupName.
Returns the Insureds GroupNumber.
Returns the area code of the insureds phone number.
Returns the base number of the insureds phone number.
Returns the base number of the insureds phone number.
Returns: covemployer not empty (boolean) from coverage
Returns: covemployer from coverage
Returns: covschool not empty (boolean) from coverage
Returns: covschool from coverage
Returns: covisassigning > 0 from coverage

Functions

FirstName

function FirstName ($cov)

depends on coverage being self. the coverage is not self, this returns the first name record, otherwise it returns the patients first name.

MiddleName

function MiddleName ($cov)

depends on coverage being self. if the coverage is not self, this returns the middle name record of the coverage table, otherwise it returns the patients first name from the patient table.

StreetAddress

function StreetAddress ($cov)

depends on coverage being self. if the coverage is not self, this returns the address record of the coverage table, otherwise it returns the patients address from the patient table.

City

function City ($cov)

depends on coverage being self. if the coverage is not self, this returns the city record of the coverage table, otherwise it returns the patients city from the patient table.

State

function State ($cov)

depends on coverage being self. if the coverage is not self, this returns the state record of the coverage table, otherwise it returns the patients state from the patient table.

Zipcode

function Zipcode ($cov)

depends on coverage being self. if the coverage is not self, this returns the zipcode record of the coverage table, otherwise it returns the patients zipcode from the patient table.

DateOfBirth

function DateOfBirth ($cov)

depends on coverage being self. if the coverage is not self, this returns the date of birth record of the coverage table, otherwise it returns the patients date of birth from the patient table.

Sex

function Sex ($cov)

depends on coverage being self. if the coverage is not self, this returns the date of birth record of the coverage table, otherwise it returns the patients date of birth from the patient table.

ID

function ID ($cov)

Returns the insured ID, with respect to this insurance company

PlanName

function PlanName ($cov)

Returns the Insureds PlanName.

GroupName

function GroupName ($cov)

Returns the Insureds GroupName.

GroupNumber

function GroupNumber ($cov)

Returns the Insureds GroupNumber.

PhoneArea

function PhoneArea ($cov)

Returns the area code of the insureds phone number.

PhoneNumber

function PhoneNumber ($cov)

Returns the base number of the insureds phone number.

PhoneExtension

function PhoneExtension ($cov)

Returns the base number of the insureds phone number.

isEmployed

function isEmployed ($cov)

Returns: covemployer not empty (boolean) from coverage

EmployerName

function EmployerName ($cov)

Returns: covemployer from coverage

isStudent

function isStudent ($cov)

Returns: covschool not empty (boolean) from coverage

SchoolName

function SchoolName ($cov)

Returns: covschool from coverage

isAssigning

function isAssigning ($cov)

Returns: covisassigning > 0 from coverage

function FirstName ($cov)
depends on coverage being self.
function MiddleName ($cov)
depends on coverage being self.
function StreetAddress ($cov)
depends on coverage being self.
function City ($cov)
depends on coverage being self.
function State ($cov)
depends on coverage being self.
function Zipcode ($cov)
depends on coverage being self.
function DateOfBirth ($cov)
depends on coverage being self.
function Sex ($cov)
depends on coverage being self.
function ID ($cov)
Returns the insured ID, with respect to this insurance company
function PlanName ($cov)
Returns the Insureds PlanName.
function GroupName ($cov)
Returns the Insureds GroupName.
function GroupNumber ($cov)
Returns the Insureds GroupNumber.
function PhoneArea ($cov)
Returns the area code of the insureds phone number.
function PhoneNumber ($cov)
Returns the base number of the insureds phone number.
function PhoneExtension ($cov)
Returns the base number of the insureds phone number.
function isEmployed ($cov)
Returns: covemployer not empty (boolean) from coverage
function EmployerName ($cov)
Returns: covemployer from coverage
function isStudent ($cov)
Returns: covschool not empty (boolean) from coverage
function SchoolName ($cov)
Returns: covschool from coverage
function isAssigning ($cov)
Returns: covisassigning > 0 from coverage