Table of Contents

Class EuropeanHealthInsuranceCard

Namespace
IO.Scanbot.Sdk.Documentdata.Entity
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/documentdata/entity/EuropeanHealthInsuranceCard", DoNotGenerateAcw = true)]
public sealed class EuropeanHealthInsuranceCard : GenericDocumentWrapper, IJavaObject, IJavaPeerable, IDisposable
Inheritance
EuropeanHealthInsuranceCard
Implements
Inherited Members

Constructors

EuropeanHealthInsuranceCard(GenericDocument)

[Register(".ctor", "(Lio/scanbot/sdk/genericdocument/GenericDocument;)V", "")]
public EuropeanHealthInsuranceCard(GenericDocument document)

Parameters

document GenericDocument

Fields

DocumentNormalizedType

[Register("DOCUMENT_NORMALIZED_TYPE")]
public const string DocumentNormalizedType = "EuropeanHealthInsuranceCard"

Field Value

string

DocumentType

[Register("DOCUMENT_TYPE")]
public const string DocumentType = "EuropeanHealthInsuranceCard"

Field Value

string

Properties

Barcode

public FieldWrapper Barcode { get; }

Property Value

FieldWrapper

BirthDate

public TextFieldWrapper BirthDate { get; }

Property Value

TextFieldWrapper

CardNumber

public TextFieldWrapper CardNumber { get; }

Property Value

TextFieldWrapper

CountryCode

public TextFieldWrapper CountryCode { get; }

Property Value

TextFieldWrapper

ExpiryDate

public TextFieldWrapper ExpiryDate { get; }

Property Value

TextFieldWrapper

GivenNames

public TextFieldWrapper GivenNames { get; }

Property Value

TextFieldWrapper

IssuerName

public TextFieldWrapper IssuerName { get; }

Property Value

TextFieldWrapper

IssuerNumber

public TextFieldWrapper IssuerNumber { get; }

Property Value

TextFieldWrapper

Metadata

public Metadata Metadata { get; }

Property Value

Metadata

PersonalNumber

public TextFieldWrapper PersonalNumber { get; }

Property Value

TextFieldWrapper

RequiredDocumentType

public override string RequiredDocumentType { get; }

Property Value

string

Signature

public FieldWrapper Signature { get; }

Property Value

FieldWrapper

Surname

public TextFieldWrapper Surname { get; }

Property Value

TextFieldWrapper