Class DEMedicalPlan.Doctor
- Namespace
- IO.Scanbot.Sdk.Barcode.Entity
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/barcode/entity/DEMedicalPlan$Doctor", DoNotGenerateAcw = true)]
public sealed class DEMedicalPlan.Doctor : GenericDocumentWrapper, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
DEMedicalPlan.Doctor
- Implements
-
- Inherited Members
-
Constructors
Doctor(GenericDocument)
[Register(".ctor", "(Lio/scanbot/sdk/genericdocument/GenericDocument;)V", "")]
public Doctor(GenericDocument document)
Parameters
document GenericDocument
Fields
DocumentNormalizedType
[Register("DOCUMENT_NORMALIZED_TYPE")]
public const string DocumentNormalizedType = "DEMedicalPlan.Doctor"
Field Value
- string
DocumentType
[Register("DOCUMENT_TYPE")]
public const string DocumentType = "Doctor"
Field Value
- string
Properties
DoctorNumber
public TextFieldWrapper DoctorNumber { get; }
Property Value
- TextFieldWrapper
Email
public TextFieldWrapper Email { get; }
Property Value
- TextFieldWrapper
HospitalID
public TextFieldWrapper HospitalID { get; }
Property Value
- TextFieldWrapper
IssuerName
public TextFieldWrapper IssuerName { get; }
Property Value
- TextFieldWrapper
IssuingDateAndTime
public TextFieldWrapper IssuingDateAndTime { get; }
Property Value
- TextFieldWrapper
PharmacyID
public TextFieldWrapper PharmacyID { get; }
Property Value
- TextFieldWrapper
Place
public TextFieldWrapper Place { get; }
Property Value
- TextFieldWrapper
PostalCode
public TextFieldWrapper PostalCode { get; }
Property Value
- TextFieldWrapper
RequiredDocumentType
public override string RequiredDocumentType { get; }
Property Value
- string
Street
public TextFieldWrapper Street { get; }
Property Value
- TextFieldWrapper
TelephoneNumber
public TextFieldWrapper TelephoneNumber { get; }
Property Value
- TextFieldWrapper