Table of Contents

Class DEMedicalPlan.Subheading

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

Constructors

Subheading(GenericDocument)

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

Parameters

document GenericDocument

Fields

DocumentNormalizedType

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

Field Value

string

DocumentType

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

Field Value

string

Properties

GeneralNotes

public IList<TextFieldWrapper> GeneralNotes { get; }

Property Value

IList<TextFieldWrapper>

KeyWords

public TextFieldWrapper KeyWords { get; }

Property Value

TextFieldWrapper

Medicines

public IList<DEMedicalPlan.Subheading.Medicine> Medicines { get; }

Property Value

IList<DEMedicalPlan.Subheading.Medicine>

Prescriptions

public IList<DEMedicalPlan.Subheading.Prescription> Prescriptions { get; }

Property Value

IList<DEMedicalPlan.Subheading.Prescription>

RequiredDocumentType

public override string RequiredDocumentType { get; }

Property Value

string

SubheadingFreeText

public TextFieldWrapper SubheadingFreeText { get; }

Property Value

TextFieldWrapper