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
Public methods | | Data source |
Date | OCR | |
Date | OCR | |
String | OCR | |
String | OCR | |
String | OCR | |
String | OCR | |
Date | OCR | |
String | OCR | |
Date | OCR |
| Data source | |
N/A | ||
Bitmap | Front of document | |
String | Local storage | |
Bitmap | Front of document | |
String | Local storage | |
Bitmap | Front of document | |
String | Local storage | |
void | Saves all images within the model to the local device and populates all path fields. | N/A |
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 null . |
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 null . |
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 null . |
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 null . |
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 null . |
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 null . |
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 null . |
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 null . |
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 null . |
Last modified 10mo ago