Table of Contents

Class DEMedicalPlan.Subheading

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

Constructors

Subheading(GenericDocument)

public Subheading(GenericDocument document)

Parameters

document GenericDocument

Fields

DocumentNormalizedType

public const string DocumentNormalizedType = "DEMedicalPlan.Subheading"

Field Value

string

DocumentType

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>

SubheadingFreeText

public TextFieldWrapper SubheadingFreeText { get; }

Property Value

TextFieldWrapper