Table of Contents

Class MedicalCertificate

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

Constructors

MedicalCertificate(GenericDocument)

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

Parameters

document GenericDocument

Fields

DocumentNormalizedType

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

Field Value

string

DocumentType

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

Field Value

string

Properties

Accident

public TextFieldWrapper Accident { get; }

Property Value

TextFieldWrapper

AssignedToAccidentInsuranceDoctor

public TextFieldWrapper AssignedToAccidentInsuranceDoctor { get; }

Property Value

TextFieldWrapper

BirthDate

public TextFieldWrapper BirthDate { get; }

Property Value

TextFieldWrapper

ChildNeedsCareFrom

public TextFieldWrapper ChildNeedsCareFrom { get; }

Property Value

TextFieldWrapper

ChildNeedsCareUntil

public TextFieldWrapper ChildNeedsCareUntil { get; }

Property Value

TextFieldWrapper

Diagnose

public TextFieldWrapper Diagnose { get; }

Property Value

TextFieldWrapper

DiagnosedOn

public TextFieldWrapper DiagnosedOn { get; }

Property Value

TextFieldWrapper

DoctorNumber

public TextFieldWrapper DoctorNumber { get; }

Property Value

TextFieldWrapper

DocumentDate

public TextFieldWrapper DocumentDate { get; }

Property Value

TextFieldWrapper

FirstName

public TextFieldWrapper FirstName { get; }

Property Value

TextFieldWrapper

HealthInsuranceNumber

public TextFieldWrapper HealthInsuranceNumber { get; }

Property Value

TextFieldWrapper

IncapableOfWorkSince

public TextFieldWrapper IncapableOfWorkSince { get; }

Property Value

TextFieldWrapper

IncapableOfWorkUntil

public TextFieldWrapper IncapableOfWorkUntil { get; }

Property Value

TextFieldWrapper

InitialCertificate

public TextFieldWrapper InitialCertificate { get; }

Property Value

TextFieldWrapper

InsuredPersonNumber

public TextFieldWrapper InsuredPersonNumber { get; }

Property Value

TextFieldWrapper

LastName

public TextFieldWrapper LastName { get; }

Property Value

TextFieldWrapper

PlaceOfOperationNumber

public TextFieldWrapper PlaceOfOperationNumber { get; }

Property Value

TextFieldWrapper

RenewedCertificate

public TextFieldWrapper RenewedCertificate { get; }

Property Value

TextFieldWrapper

RequiredDocumentType

public override string RequiredDocumentType { get; }

Property Value

string

RequiresCare

public TextFieldWrapper RequiresCare { get; }

Property Value

TextFieldWrapper

Status

public TextFieldWrapper Status { get; }

Property Value

TextFieldWrapper

WorkAccident

public TextFieldWrapper WorkAccident { get; }

Property Value

TextFieldWrapper