Class DEMedicalPlan.Subheading.Prescription
[Register("io/scanbot/sdk/barcode/entity/DEMedicalPlan$Subheading$Prescription", DoNotGenerateAcw = true)]
public sealed class DEMedicalPlan.Subheading.Prescription : GenericDocumentWrapper, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
DEMedicalPlan.Subheading.Prescription
- Implements
- Inherited Members
Constructors
Prescription(GenericDocument)
[Register(".ctor", "(Lio/scanbot/sdk/genericdocument/GenericDocument;)V", "")]
public Prescription(GenericDocument document)
Parameters
documentGenericDocument
Fields
DocumentNormalizedType
[Register("DOCUMENT_NORMALIZED_TYPE")]
public const string DocumentNormalizedType = "DEMedicalPlan.Subheading.Prescription"
Field Value
DocumentType
[Register("DOCUMENT_TYPE")]
public const string DocumentType = "Prescription"
Field Value
Properties
GeneralInformation
public TextFieldWrapper GeneralInformation { get; }
Property Value
PrescriptionFreeText
public TextFieldWrapper PrescriptionFreeText { get; }
Property Value
RequiredDocumentType
public override string RequiredDocumentType { get; }