Table of Contents

Class MedicalCertificate

Namespace
ScanbotSDK.MAUI.DocumentFormats.Barcode
Assembly
ScanbotSDK.Shared.dll

Medical Certificate

public class MedicalCertificate : GenericDocumentWrapper
Inheritance
MedicalCertificate
Inherited Members

Constructors

MedicalCertificate(GenericDocument)

public MedicalCertificate(GenericDocument document)

Parameters

document GenericDocument

Properties

Accident

Accident

public Field? Accident { get; }

Property Value

Field

AssignedToAccidentInsuranceDoctor

Assigned To Accident Insurance Doctor

public Field? AssignedToAccidentInsuranceDoctor { get; }

Property Value

Field

BirthDate

Birth Date. The format is ISO8601 with delimiters

public Field? BirthDate { get; }

Property Value

Field

ChildNeedsCareFrom

Child Needs Care From

public Field? ChildNeedsCareFrom { get; }

Property Value

Field

ChildNeedsCareUntil

Child Needs Care Until

public Field? ChildNeedsCareUntil { get; }

Property Value

Field

Diagnose

Diagnose

public Field? Diagnose { get; }

Property Value

Field

DiagnosedOn

Diagnosed On. The format is ISO8601 with delimiters

public Field? DiagnosedOn { get; }

Property Value

Field

DoctorNumber

Doctor Number

public Field? DoctorNumber { get; }

Property Value

Field

DocumentDate

Document Date. The format is ISO8601 with delimiters

public Field? DocumentDate { get; }

Property Value

Field

FirstName

First Name

public Field? FirstName { get; }

Property Value

Field

HealthInsuranceNumber

Health Insurance Number

public Field? HealthInsuranceNumber { get; }

Property Value

Field

IncapableOfWorkSince

Incapable Of Work Since. The format is ISO8601 with delimiters

public Field? IncapableOfWorkSince { get; }

Property Value

Field

IncapableOfWorkUntil

Incapable Of Work Until. The format is ISO8601 with delimiters

public Field? IncapableOfWorkUntil { get; }

Property Value

Field

InitialCertificate

Initial Certificate

public Field? InitialCertificate { get; }

Property Value

Field

InsuredPersonNumber

Insured Person Number

public Field? InsuredPersonNumber { get; }

Property Value

Field

LastName

Last Name

public Field? LastName { get; }

Property Value

Field

PlaceOfOperationNumber

Place Of Operation Number

public Field? PlaceOfOperationNumber { get; }

Property Value

Field

RenewedCertificate

Renewed Certificate

public Field? RenewedCertificate { get; }

Property Value

Field

RequiredDocumentType

The required document type for this wrapper.

protected override string RequiredDocumentType { get; }

Property Value

string

RequiresCare

Requires Care

public Field? RequiresCare { get; }

Property Value

Field

Status

Status

public Field? Status { get; }

Property Value

Field

WorkAccident

Work Accident

public Field? WorkAccident { get; }

Property Value

Field