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

Public methods

Data source

String

OCR

Date

OCR

String

OCR

String

OCR

getSex()

Returns the subject's sex as

found on the ID card.

MRZ OCR

Inherited methods

Data source

<T extends DocumentModel>

castToModel(Class<T> class)

Casts the current model to the

type specified by the class parameter.

N/A

Bitmap

Front of document

String

Local storage

Bitmap

Front of document

String

Local storage

Bitmap

Front of document

String

Local storage

void

saveImages(Context context)

Saves all images within the model

to the local device and populates

all path fields.

N/A

Public methods

getAddress

public String getAddress()

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

Returns

​Title

String

The subject's address. This value cannot be null.

getDateOfBirth

public Date getDateOfBirth()

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

Returns

Date

The subject's date of birth. This value cannot be null.

getFullName

public String getFullName()

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

Returns

String

The subject's full name. This value cannot be null.

getPhilHealthNumber

public String getPhilHealthNumber()

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

Returns

String

The subject's philhealth number. This value cannot be null.

getSex

public Sex getSex()

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

Returns

The subject's sex. This value cannot be null.