PhilippinesProfessionalRegulationCommissionCardModel
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
Summary
Public methods | Data source | |
Date | OCR | |
Date | OCR | |
String | OCR | |
String | OCR | |
String | OCR | |
String | OCR | |
Date | OCR | |
String | OCR | |
Date | OCR |
Inherited methods
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 |
Public methods
getDateIssued
public Date getDateIssued()
Returns the professional regulation commission card issued date as found on the professional regulation commission card.
Returns | |
Date | The professional regulation commission card date of issued. This value can be |
getDateOfBirth
public Date getDateOfBirth()
Returns the subject's date of birth as found on the professional regulation commission card.
Returns | |
Date | The subject's date of birth. This value can be |
getFirstName
public String getFirstName()
Returns the subject's first name as found on the professional regulation commission card.
Returns | |
String | The subject's first name. This value cannot be |
getLastName
public String getLastName()
Returns the subject's last name as found on the professional regulation commission card.
Returns | |
String | The subject's last name. This value cannot be |
getMiddleInitialName
public String getMiddleInitialName()
Returns the subject's middle initial name as found on the professional regulation commission card
Returns | |
String | The subject's middle initial name. This value cannot be |
getProfession
public String getProfession()
Returns the subject's profession as found on the professional regulation commission card
Returns | |
String | The subject's middle initial name. This value cannot be |
getRegistrationDate
public Date getRegistrationDate()
Returns the professional regulation commission card registration date as found on the professional regulation commission card.
Returns | |
Date | The professional regulation commission card registration date. This value cannot be |
getRegistrationNumber
public String getRegistrationNumber()
Returns the subject's registration number as found on the professional regulation commission card
Returns | |
String | The subject's registration number. This value cannot be |
getValidUntil
public Date getValidUntil()
Returns the professional regulation commission card valid until date as found on the professional regulation commission card.
Returns | |
Date | The professional regulation commission card valid until date. This value cannot be |
Last updated