Class EuropeanHealthInsuranceCard
- Namespace
- ScanbotSDK.MAUI.DocumentFormats.Generic
- Assembly
- ScanbotSDK.Shared.dll
European Health Insurance Card (EHIC). Supports formats with both four and five lines of data.
public class EuropeanHealthInsuranceCard : GenericDocumentWrapper
- Inheritance
-
EuropeanHealthInsuranceCard
- Inherited Members
Constructors
EuropeanHealthInsuranceCard(GenericDocument)
public EuropeanHealthInsuranceCard(GenericDocument document)
Parameters
document
GenericDocument
Properties
Barcode
Barcode image (only present in some formats)
public Field? Barcode { get; }
Property Value
BirthDate
Birth date
public Field BirthDate { get; }
Property Value
CardNumber
Card number
public Field CardNumber { get; }
Property Value
CountryCode
Country code (ISO 3166-1 alpha-2)
public Field CountryCode { get; }
Property Value
ExpiryDate
Expiry date
public Field ExpiryDate { get; }
Property Value
GivenNames
Given names
public Field GivenNames { get; }
Property Value
IssuerName
Issuer name
public Field IssuerName { get; }
Property Value
IssuerNumber
Issuer number
public Field IssuerNumber { get; }
Property Value
PersonalNumber
Personal number
public Field PersonalNumber { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }
Property Value
Signature
Signature image
public Field? Signature { get; }
Property Value
Surname
Surname
public Field Surname { get; }