Class DEMedicalPlan
- Namespace
- IO.Scanbot.Sdk.Barcode.Entity
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/barcode/entity/DEMedicalPlan", DoNotGenerateAcw = true)]
public sealed class DEMedicalPlan : GenericDocumentWrapper, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
DEMedicalPlan
- Implements
-
- Inherited Members
-
Constructors
DEMedicalPlan(GenericDocument)
[Register(".ctor", "(Lio/scanbot/sdk/genericdocument/GenericDocument;)V", "")]
public DEMedicalPlan(GenericDocument document)
Parameters
document GenericDocument
Fields
DocumentNormalizedType
[Register("DOCUMENT_NORMALIZED_TYPE")]
public const string DocumentNormalizedType = "DEMedicalPlan"
Field Value
- string
DocumentType
[Register("DOCUMENT_TYPE")]
public const string DocumentType = "DEMedicalPlan"
Field Value
- string
Properties
CurrentPage
public TextFieldWrapper CurrentPage { get; }
Property Value
- TextFieldWrapper
DocumentVersionNumber
public TextFieldWrapper DocumentVersionNumber { get; }
Property Value
- TextFieldWrapper
Guid
public TextFieldWrapper Guid { get; }
Property Value
- TextFieldWrapper
LanguageCountryCode
public TextFieldWrapper LanguageCountryCode { get; }
Property Value
- TextFieldWrapper
PatchVersionNumber
public TextFieldWrapper PatchVersionNumber { get; }
Property Value
- TextFieldWrapper
RequiredDocumentType
public override string RequiredDocumentType { get; }
Property Value
- string
Subheadings
public IList<DEMedicalPlan.Subheading> Subheadings { get; }
Property Value
- IList<DEMedicalPlan.Subheading>
TotalNumberOfPages
public TextFieldWrapper TotalNumberOfPages { get; }
Property Value
- TextFieldWrapper
Methods
GetDoctor()
[Register("getDoctor", "()Lio/scanbot/sdk/barcode/entity/DEMedicalPlan$Doctor;", "")]
public DEMedicalPlan.Doctor GetDoctor()
Returns
- DEMedicalPlan.Doctor
GetPatient()
[Register("getPatient", "()Lio/scanbot/sdk/barcode/entity/DEMedicalPlan$Patient;", "")]
public DEMedicalPlan.Patient GetPatient()
Returns
- DEMedicalPlan.Patient