PhilippinesProfessionalRegulationCommissionCardModel
A class derived from Document Model containing details specific to the Filipino Professional Regulation Commission Card
A class derived from Document Model containing details specific to the Filipino Professional Regulation Commission Card
import com.sybrin.identity.countries.Philippines.ProfessionalRegulationCommissionCard.PhilippinesProfessionalRegulationCommissionCardModel
extends
DocumentModel
public Date getDateIssued()
Returns the professional regulation commission card issued date as found on the professional regulation commission card.
public Date getDateOfBirth()
Returns the subject's date of birth as found on the professional regulation commission card.
public String getFirstName()
Returns the subject's first name as found on the professional regulation commission card.
public String getLastName()
Returns the subject's last name as found on the professional regulation commission card.
public String getMiddleInitialName()
Returns the subject's middle initial name as found on the professional regulation commission card
public String getProfession()
Returns the subject's profession as found on the professional regulation commission card
public Date getRegistrationDate()
Returns the professional regulation commission card registration date as found on the professional regulation commission card.
public String getRegistrationNumber()
Returns the subject's registration number as found on the professional regulation commission card
public Date getValidUntil()
Returns the professional regulation commission card valid until date as found on the professional regulation commission card.
Public methods
Data source
Date
OCR
Date
OCR
String
OCR
String
OCR
String
OCR
String
OCR
Date
OCR
String
OCR
Date
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
Date
The professional regulation commission card date of issued. This value can be null
.
Returns
Date
The subject's date of birth. This value can be null
.
Returns
String
The subject's first name. This value cannot be null
.
Returns
String
The subject's last name. This value cannot be null
.
Returns
String
The subject's middle initial name. This value cannot be null
.
Returns
String
The subject's middle initial name. This value cannot be null
.
Returns
Date
The professional regulation commission card registration date. This value cannot be null
.
Returns
String
The subject's registration number. This value cannot be null
.
Returns
Date
The professional regulation commission card valid until date. This value cannot be null
.