Table of Contents

Class DeHealthInsuranceCardFront

Namespace
ScanbotSDK.MAUI.DocumentsModel
Assembly
ScanbotSDK.Shared.dll

Front side of the German health insurance card (elektronische Gesundheitskarte). For the backside, see EuropeanHealthInsuranceCard.

public class DeHealthInsuranceCardFront : GenericDocumentWrapper
Inheritance
DeHealthInsuranceCardFront
Inherited Members

Constructors

DeHealthInsuranceCardFront(GenericDocument)

public DeHealthInsuranceCardFront(GenericDocument document)

Parameters

document GenericDocument

Fields

WrapperDocumentNormalizedType

Normalized document type name of this document wrapper.

public static readonly string WrapperDocumentNormalizedType

Field Value

string

WrapperDocumentType

Generic document type name of this document wrapper.

public static readonly string WrapperDocumentType

Field Value

string

Properties

CardAccessNumber

Six digit card access number

public Field? CardAccessNumber { get; }

Property Value

Field

Children

public DeHealthInsuranceCardFront.DeHealthInsuranceCardFrontChildren Children { get; }

Property Value

DeHealthInsuranceCardFront.DeHealthInsuranceCardFrontChildren

IssuerName

Issuer name

public Field IssuerName { get; }

Property Value

Field

IssuerNumber

Issuer number (Versicherung bzw. Kennnummer des Trägers)

public Field IssuerNumber { get; }

Property Value

Field

Name

Full name with title

public Field Name { get; }

Property Value

Field

PersonalNumber

Personal number (Versichertennummer)

public Field PersonalNumber { get; }

Property Value

Field

RequiredDocumentType

The required document type for this wrapper.

protected override string RequiredDocumentType { get; }

Property Value

string