Class DEMedicalPlan.Doctor
- Namespace
- ScanbotSDK.MAUI.DocumentFormats.Barcode
- Assembly
- ScanbotSDK.Shared.dll
Doctor
public class DEMedicalPlan.Doctor : GenericDocumentWrapper
- Inheritance
-
DEMedicalPlan.Doctor
- Inherited Members
Constructors
Doctor(GenericDocument)
public Doctor(GenericDocument document)
Parameters
document
GenericDocument
Properties
DoctorNumber
Doctor Number
public Field? DoctorNumber { get; }
Property Value
public Field? Email { get; }
Property Value
HospitalID
Hospital ID
public Field? HospitalID { get; }
Property Value
IssuerName
Issuer Name
public Field? IssuerName { get; }
Property Value
IssuingDateAndTime
Issuing Date And Time
public Field? IssuingDateAndTime { get; }
Property Value
PharmacyID
Pharmacy ID
public Field? PharmacyID { get; }
Property Value
Place
Place
public Field? Place { get; }
Property Value
PostalCode
Postal Code
public Field? PostalCode { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }
Property Value
Street
Street
public Field? Street { get; }
Property Value
TelephoneNumber
Telephone Number
public Field? TelephoneNumber { get; }