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
Prescriptions
An enumerable of all children of type "Prescription".
public IEnumerable<DEMedicalPlan.Subheading.Prescription> Prescriptions { get; }