Class MedicalCertificate
- Namespace
- ScanbotSDK.MAUI.BarcodeDocumentModel
- Assembly
- ScanbotSDK.Shared.dll
Medical Certificate
public class MedicalCertificate : GenericDocumentWrapper
- Inheritance
-
MedicalCertificate
- Inherited Members
Constructors
MedicalCertificate(GenericDocument)
public MedicalCertificate(GenericDocument document)
Parameters
document
GenericDocument
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
Accident
Accident
public Field? Accident { get; }
Property Value
AssignedToAccidentInsuranceDoctor
Assigned To Accident Insurance Doctor
public Field? AssignedToAccidentInsuranceDoctor { get; }
Property Value
BirthDate
Birth Date. The format is ISO8601 with delimiters
public Field? BirthDate { get; }
Property Value
ChildNeedsCareFrom
Child Needs Care From
public Field? ChildNeedsCareFrom { get; }
Property Value
ChildNeedsCareUntil
Child Needs Care Until
public Field? ChildNeedsCareUntil { get; }
Property Value
Diagnose
Diagnose
public Field? Diagnose { get; }
Property Value
DiagnosedOn
Diagnosed On. The format is ISO8601 with delimiters
public Field? DiagnosedOn { get; }
Property Value
DoctorNumber
Doctor Number
public Field? DoctorNumber { get; }
Property Value
DocumentDate
Document Date. The format is ISO8601 with delimiters
public Field? DocumentDate { get; }
Property Value
FirstName
First Name
public Field? FirstName { get; }
Property Value
HealthInsuranceNumber
Health Insurance Number
public Field? HealthInsuranceNumber { get; }
Property Value
IncapableOfWorkSince
Incapable Of Work Since. The format is ISO8601 with delimiters
public Field? IncapableOfWorkSince { get; }
Property Value
IncapableOfWorkUntil
Incapable Of Work Until. The format is ISO8601 with delimiters
public Field? IncapableOfWorkUntil { get; }
Property Value
InitialCertificate
Initial Certificate
public Field? InitialCertificate { get; }
Property Value
InsuredPersonNumber
Insured Person Number
public Field? InsuredPersonNumber { get; }
Property Value
LastName
Last Name
public Field? LastName { get; }
Property Value
PlaceOfOperationNumber
Place Of Operation Number
public Field? PlaceOfOperationNumber { get; }
Property Value
RenewedCertificate
Renewed Certificate
public Field? RenewedCertificate { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }
Property Value
RequiresCare
Requires Care
public Field? RequiresCare { get; }
Property Value
Status
Status
public Field? Status { get; }
Property Value
WorkAccident
Work Accident
public Field? WorkAccident { get; }