Class DEMedicalPlan.Subheading
- Namespace
- ScanbotSDK.MAUI.BarcodeDocumentModel
- Assembly
- ScanbotSDK.Shared.dll
Subheading
public class DEMedicalPlan.Subheading : GenericDocumentWrapper
- Inheritance
-
DEMedicalPlan.Subheading
- Inherited Members
Constructors
Subheading(GenericDocument)
public Subheading(GenericDocument document)
Parameters
document
GenericDocument
Fields
WrapperDocumentNormalizedType
Normalized document type name of this document wrapper.
public static readonly string WrapperDocumentNormalizedType
Field Value
WrapperDocumentType
Generic document type name of this document wrapper.
public static readonly string WrapperDocumentType
Field Value
Properties
Children
public DEMedicalPlan.Subheading.SubheadingChildren Children { get; }
Property Value
GeneralNotes
General Note
public IEnumerable<Field> GeneralNotes { get; }
Property Value
KeyWords
Key Words
public Field? KeyWords { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }
Property Value
SubheadingFreeText
Subheading Free Text
public Field? SubheadingFreeText { get; }