Table of Contents

Class DEMedicalPlan

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

Constructors

DEMedicalPlan(GenericDocument)

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

Parameters

document GenericDocument

Fields

DocumentNormalizedType

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

Field Value

string

DocumentType

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

Field Value

string

Properties

A

[Register("a")]
public TextFieldWrapper A { get; set; }

Property Value

TextFieldWrapper

B

[Register("b")]
public TextFieldWrapper B { get; set; }

Property Value

TextFieldWrapper

C

[Register("c")]
public TextFieldWrapper C { get; set; }

Property Value

TextFieldWrapper

CurrentPage

public TextFieldWrapper CurrentPage { get; }

Property Value

TextFieldWrapper

D

[Register("d")]
public TextFieldWrapper D { get; set; }

Property Value

TextFieldWrapper

DocumentVersionNumber

public TextFieldWrapper DocumentVersionNumber { get; }

Property Value

TextFieldWrapper

E

[Register("e")]
public TextFieldWrapper E { get; set; }

Property Value

TextFieldWrapper

F

[Register("f")]
public TextFieldWrapper F { get; set; }

Property Value

TextFieldWrapper

G

[Register("g")]
public DEMedicalPlan.Patient G { get; set; }

Property Value

DEMedicalPlan.Patient

Guid

public TextFieldWrapper Guid { get; }

Property Value

TextFieldWrapper

H

[Register("h")]
public DEMedicalPlan.Doctor H { get; set; }

Property Value

DEMedicalPlan.Doctor

I

[Register("i")]
public IList I { get; set; }

Property Value

IList

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()

[Register("getDoctor", "()Lio/scanbot/barcodescanner/entity/DEMedicalPlan$Doctor;", "")]
public DEMedicalPlan.Doctor GetDoctor()

Returns

DEMedicalPlan.Doctor

GetPatient()

[Register("getPatient", "()Lio/scanbot/barcodescanner/entity/DEMedicalPlan$Patient;", "")]
public DEMedicalPlan.Patient GetPatient()

Returns

DEMedicalPlan.Patient