Class EuropeanHealthInsuranceCard
-
- All Implemented Interfaces:
public final class EuropeanHealthInsuranceCard extends GenericDocumentWrapper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classEuropeanHealthInsuranceCard.FieldNamespublic classEuropeanHealthInsuranceCard.NormalizedFieldNames
-
Field Summary
Fields Modifier and Type Field Description public final static StringDOCUMENT_TYPEpublic final static StringDOCUMENT_NORMALIZED_TYPEprivate final FieldWrapperbarcodeprivate final TextFieldWrapperbirthDateprivate final TextFieldWrappercardNumberprivate final TextFieldWrappercountryCodeprivate final TextFieldWrapperexpiryDateprivate final TextFieldWrappergivenNamesprivate final TextFieldWrapperissuerNameprivate final TextFieldWrapperissuerNumberprivate final TextFieldWrapperpersonalNumberprivate final FieldWrappersignatureprivate final TextFieldWrappersurname
-
Constructor Summary
Constructors Constructor Description EuropeanHealthInsuranceCard(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final FieldWrappergetBarcode()Barcode image (only present in some formats) final TextFieldWrappergetBirthDate()Birth date final TextFieldWrappergetCardNumber()Card number final TextFieldWrappergetCountryCode()Country code (ISO 3166-1 alpha-2) final TextFieldWrappergetExpiryDate()Expiry date final TextFieldWrappergetGivenNames()Given names final TextFieldWrappergetIssuerName()Issuer name final TextFieldWrappergetIssuerNumber()Issuer number final TextFieldWrappergetPersonalNumber()Personal number final FieldWrappergetSignature()Signature image final TextFieldWrappergetSurname()Surname -
-
Constructor Detail
-
EuropeanHealthInsuranceCard
EuropeanHealthInsuranceCard(GenericDocument document)
-
-
Method Detail
-
getBarcode
final FieldWrapper getBarcode()
Barcode image (only present in some formats)
-
getBirthDate
final TextFieldWrapper getBirthDate()
Birth date
-
getCardNumber
final TextFieldWrapper getCardNumber()
Card number
-
getCountryCode
final TextFieldWrapper getCountryCode()
Country code (ISO 3166-1 alpha-2)
-
getExpiryDate
final TextFieldWrapper getExpiryDate()
Expiry date
-
getGivenNames
final TextFieldWrapper getGivenNames()
Given names
-
getIssuerName
final TextFieldWrapper getIssuerName()
Issuer name
-
getIssuerNumber
final TextFieldWrapper getIssuerNumber()
Issuer number
-
getPersonalNumber
final TextFieldWrapper getPersonalNumber()
Personal number
-
getSignature
final FieldWrapper getSignature()
Signature image
-
getSurname
final TextFieldWrapper getSurname()
Surname
-
-
-
-