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
Patient
The child document of type "Patient".
public DEMedicalPlan.Patient Patient { get; }
  Property Value
Subheadings
An enumerable of all children of type "Subheading".
public IEnumerable<DEMedicalPlan.Subheading> Subheadings { get; }