depends on coverage being self.
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 )
Returns the insured ID, with respect to this insurance company
function ID ( $cov )
Returns the Insureds PlanName.
function PlanName ( $cov )
Returns the Insureds GroupName.
function GroupName ( $cov )
Returns the Insureds GroupNumber.
function GroupNumber ( $cov )
Returns the area code of the insureds phone number.
function PhoneArea ( $cov )
Returns the base number of the insureds phone number.
function PhoneNumber ( $cov )
Returns the base number of the insureds phone number.
function PhoneExtension ( $cov )
Returns: covemployer not empty (boolean) from coverage
function isEmployed ( $cov )
Returns: covemployer from coverage
function EmployerName ( $cov )
Returns: covschool not empty (boolean) from coverage
function isStudent ( $cov )
Returns: covschool from coverage
function SchoolName ( $cov )
Returns: covisassigning > 0 from coverage
function isAssigning ( $cov )