PhilippinesPhilHealthInsuranceCardModel

A class derived from Document Model containing details specific to the Filipino PhilHealth Insurance Card

import com.sybrin.identity.countries.Philippines.PhilHealthInsuranceCard.PhilippinesPhilHealthInsuranceCardModel

extends DocumentModel

Summary

Inherited methods

Public methods

getAddress

public String getAddress()

Returns the subject's address as found on the philhealth insurance card.

getDateOfBirth

public Date getDateOfBirth()

Returns the subject's date of birth as found on the philhealth insurance card.

getFullName

public String getFullName()

Returns the subject's full name as found on the philhealth insurance card.

getPhilHealthNumber

public String getPhilHealthNumber()

Returns the subject's philhealth number as found on the philhealth insurance card.

getSex

public Sex getSex()

Returns the subject's sex as found on the philhealth insurance card.

Last updated