Table of Contents

Class DEMedicalPlan.Doctor

Namespace
ScanbotSDK.MAUI.BarcodeDocumentModel
Assembly
ScanbotSDK.Shared.dll

Doctor

public class DEMedicalPlan.Doctor : GenericDocumentWrapper
Inheritance
DEMedicalPlan.Doctor
Inherited Members

Constructors

Doctor(GenericDocument)

public Doctor(GenericDocument document)

Parameters

document GenericDocument

Fields

WrapperDocumentNormalizedType

Normalized document type name of this document wrapper.

public static readonly string WrapperDocumentNormalizedType

Field Value

string

WrapperDocumentType

Generic document type name of this document wrapper.

public static readonly string WrapperDocumentType

Field Value

string

Properties

DoctorNumber

Doctor Number

public Field? DoctorNumber { get; }

Property Value

Field

Email

Email

public Field? Email { get; }

Property Value

Field

HospitalID

Hospital ID

public Field? HospitalID { get; }

Property Value

Field

IssuerName

Issuer Name

public Field? IssuerName { get; }

Property Value

Field

IssuingDateAndTime

Issuing Date And Time

public Field? IssuingDateAndTime { get; }

Property Value

Field

PharmacyID

Pharmacy ID

public Field? PharmacyID { get; }

Property Value

Field

Place

Place

public Field? Place { get; }

Property Value

Field

PostalCode

Postal Code

public Field? PostalCode { get; }

Property Value

Field

RequiredDocumentType

The required document type for this wrapper.

protected override string RequiredDocumentType { get; }

Property Value

string

Street

Street

public Field? Street { get; }

Property Value

Field

TelephoneNumber

Telephone Number

public Field? TelephoneNumber { get; }

Property Value

Field