Class DeHealthInsuranceCardFront
- Namespace
 - ScanbotSDK.MAUI.DocumentFormats.Generic
 
- 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
Properties
CardAccessNumber
Six digit card access number
public Field? CardAccessNumber { 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; }