Table of Contents

Class DEMedicalPlan.DEMedicalPlanChildren

Namespace
ScanbotSDK.MAUI.DocumentFormats.Barcode
Assembly
ScanbotSDK.Shared.dll
public class DEMedicalPlan.DEMedicalPlanChildren
Inheritance
DEMedicalPlan.DEMedicalPlanChildren
Inherited Members

Properties

Doctor

The child document of type "Doctor".

public DEMedicalPlan.Doctor Doctor { get; }

Property Value

DEMedicalPlan.Doctor

Patient

The child document of type "Patient".

public DEMedicalPlan.Patient Patient { get; }

Property Value

DEMedicalPlan.Patient

Subheadings

An enumerable of all children of type "Subheading".

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

Property Value

IEnumerable<DEMedicalPlan.Subheading>