Class DEMedicalPlan.Patient
- Namespace
- IO.Scanbot.Sdk.Barcode.Entity
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/barcode/entity/DEMedicalPlan$Patient", DoNotGenerateAcw = true)]
public sealed class DEMedicalPlan.Patient : GenericDocumentWrapper, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
DEMedicalPlan.Patient
- Implements
-
- Inherited Members
-
Constructors
Patient(GenericDocument)
[Register(".ctor", "(Lio/scanbot/sdk/genericdocument/GenericDocument;)V", "")]
public Patient(GenericDocument document)
Parameters
document GenericDocument
Fields
DocumentNormalizedType
[Register("DOCUMENT_NORMALIZED_TYPE")]
public const string DocumentNormalizedType = "DEMedicalPlan.Patient"
Field Value
- string
DocumentType
[Register("DOCUMENT_TYPE")]
public const string DocumentType = "Patient"
Field Value
- string
Properties
AllergiesAndIntolerances
public TextFieldWrapper AllergiesAndIntolerances { get; }
Property Value
- TextFieldWrapper
BirthDate
public TextFieldWrapper BirthDate { get; }
Property Value
- TextFieldWrapper
BreastFeeding
public TextFieldWrapper BreastFeeding { get; }
Property Value
- TextFieldWrapper
CreatinineValue
public TextFieldWrapper CreatinineValue { get; }
Property Value
- TextFieldWrapper
FirstName
public TextFieldWrapper FirstName { get; }
Property Value
- TextFieldWrapper
Gender
public TextFieldWrapper Gender { get; }
Property Value
- TextFieldWrapper
Height
public TextFieldWrapper Height { get; }
Property Value
- TextFieldWrapper
LastName
public TextFieldWrapper LastName { get; }
Property Value
- TextFieldWrapper
PatientFreeText
public TextFieldWrapper PatientFreeText { get; }
Property Value
- TextFieldWrapper
PatientID
public TextFieldWrapper PatientID { get; }
Property Value
- TextFieldWrapper
PreName
public TextFieldWrapper PreName { get; }
Property Value
- TextFieldWrapper
Pregnant
public TextFieldWrapper Pregnant { get; }
Property Value
- TextFieldWrapper
RequiredDocumentType
public override string RequiredDocumentType { get; }
Property Value
- string
Suffix
public TextFieldWrapper Suffix { get; }
Property Value
- TextFieldWrapper
Title
public TextFieldWrapper Title { get; }
Property Value
- TextFieldWrapper
Weight
public TextFieldWrapper Weight { get; }
Property Value
- TextFieldWrapper