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
documentGenericDocument
Fields
WrapperDocumentNormalizedType
Normalized document type name of this document wrapper.
public static readonly string WrapperDocumentNormalizedType
Field Value
WrapperDocumentType
Generic document type name of this document wrapper.
public static readonly string WrapperDocumentType
Field Value
Properties
CardAccessNumber
Six digit card access number
public Field? CardAccessNumber { get; }
Property Value
Children
public DeHealthInsuranceCardFront.DeHealthInsuranceCardFrontChildren Children { get; }
Property Value
IssuerName
Issuer name
public Field IssuerName { get; }
Property Value
IssuerNumber
Issuer number (Versicherung bzw. Kennnummer des Trägers)
public Field IssuerNumber { get; }
Property Value
Name
Full name with title
public Field Name { get; }
Property Value
PersonalNumber
Personal number (Versichertennummer)
public Field PersonalNumber { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }