Class DEMedicalPlan.Subheading.Prescription
- Namespace
- ScanbotSDK.MAUI.BarcodeDocumentModel
- Assembly
- ScanbotSDK.Shared.dll
Prescription
public class DEMedicalPlan.Subheading.Prescription : GenericDocumentWrapper
- Inheritance
-
DEMedicalPlan.Subheading.Prescription
- Inherited Members
Constructors
Prescription(GenericDocument)
public Prescription(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
GeneralInformation
General Information
public Field? GeneralInformation { get; }
Property Value
PrescriptionFreeText
Prescription Free Text
public Field? PrescriptionFreeText { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }