PhilippinesPhilHealthInsuranceCardModel
A class derived from Document Model containing details specific to the Filipino PhilHealth Insurance Card
Last updated
A class derived from Document Model containing details specific to the Filipino PhilHealth Insurance Card
Last updated
import com.sybrin.identity.countries.Philippines.PhilHealthInsuranceCard.PhilippinesPhilHealthInsuranceCardModel
extends
DocumentModel
public String getAddress()
Returns the subject's address as found on the philhealth insurance card.
public Date getDateOfBirth()
Returns the subject's date of birth as found on the philhealth insurance card.
public String getFullName()
Returns the subject's full name as found on the philhealth insurance card.
public String getPhilHealthNumber()
Returns the subject's philhealth number as found on the philhealth insurance card.
public
Sex
getSex()
Returns the subject's sex as found on the philhealth insurance card.
Public methods
Data source
String
OCR
Date
OCR
String
OCR
String
OCR
MRZ OCR
Data source
<T extends DocumentModel>
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
Returns
Title
String
The subject's address. This value cannot be null
.
Returns
Date
The subject's date of birth. This value cannot be null
.
Returns
String
The subject's full name. This value cannot be null
.
Returns
String
The subject's philhealth number. This value cannot be null
.
Returns
The subject's sex. This value cannot be null
.