Table of Contents

Class DEMedicalPlan.Subheading.SubheadingChildren

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

Properties

Medicines

An enumerable of all children of type "Medicine".

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

Property Value

IEnumerable<DEMedicalPlan.Subheading.Medicine>

Prescriptions

An enumerable of all children of type "Prescription".

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

Property Value

IEnumerable<DEMedicalPlan.Subheading.Prescription>