Table of Contents

Class DEMedicalPlan

Namespace
IO.Scanbot.Sdk.Barcode.Entity
Assembly
DocumentSDK.NET.Droid.dll
public sealed class DEMedicalPlan : GenericDocumentWrapper
Inheritance
DEMedicalPlan
Inherited Members

Constructors

DEMedicalPlan(GenericDocument)

public DEMedicalPlan(GenericDocument document)

Parameters

document GenericDocument

Fields

DocumentNormalizedType

public const string DocumentNormalizedType = "DEMedicalPlan"

Field Value

string

DocumentType

public const string DocumentType = "DEMedicalPlan"

Field Value

string

Properties

CurrentPage

public TextFieldWrapper CurrentPage { get; }

Property Value

TextFieldWrapper

DocumentVersionNumber

public TextFieldWrapper DocumentVersionNumber { get; }

Property Value

TextFieldWrapper

Guid

public TextFieldWrapper Guid { get; }

Property Value

TextFieldWrapper

LanguageCountryCode

public TextFieldWrapper LanguageCountryCode { get; }

Property Value

TextFieldWrapper

PatchVersionNumber

public TextFieldWrapper PatchVersionNumber { get; }

Property Value

TextFieldWrapper

Subheadings

public IList<DEMedicalPlan.Subheading> Subheadings { get; }

Property Value

IList<DEMedicalPlan.Subheading>

TotalNumberOfPages

public TextFieldWrapper TotalNumberOfPages { get; }

Property Value

TextFieldWrapper

Methods

GetDoctor()

public DEMedicalPlan.Doctor GetDoctor()

Returns

DEMedicalPlan.Doctor

GetPatient()

public DEMedicalPlan.Patient GetPatient()

Returns

DEMedicalPlan.Patient