Package io.scanbot.sdk.barcode.entity
Class DEMedicalPlan.Patient
-
- All Implemented Interfaces:
public final class DEMedicalPlan.Patient extends GenericDocumentWrapper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDEMedicalPlan.Patient.FieldNamespublic classDEMedicalPlan.Patient.NormalizedFieldNames
-
Field Summary
Fields Modifier and Type Field Description public final static StringDOCUMENT_TYPEpublic final static StringDOCUMENT_NORMALIZED_TYPEprivate final TextFieldWrapperallergiesAndIntolerancesprivate final TextFieldWrapperbirthDateprivate final TextFieldWrapperbreastFeedingprivate final TextFieldWrappercreatinineValueprivate final TextFieldWrapperfirstNameprivate final TextFieldWrappergenderprivate final TextFieldWrapperheightprivate final TextFieldWrapperlastNameprivate final TextFieldWrapperpatientFreeTextprivate final TextFieldWrapperpatientIDprivate final TextFieldWrapperpreNameprivate final TextFieldWrapperpregnantprivate final TextFieldWrappersuffixprivate final TextFieldWrappertitleprivate final TextFieldWrapperweight
-
Constructor Summary
Constructors Constructor Description DEMedicalPlan.Patient(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final TextFieldWrappergetAllergiesAndIntolerances()Allergies And Intolerances final TextFieldWrappergetBirthDate()Birth Date final TextFieldWrappergetBreastFeeding()Breast Feeding final TextFieldWrappergetCreatinineValue()Creatinine Value final TextFieldWrappergetFirstName()First Name final TextFieldWrappergetGender()Gender final TextFieldWrappergetHeight()Height final TextFieldWrappergetLastName()Last Name final TextFieldWrappergetPatientFreeText()Patient Free Text final TextFieldWrappergetPatientID()Patient ID final TextFieldWrappergetPreName()Pre Name final TextFieldWrappergetPregnant()Pregnant final TextFieldWrappergetSuffix()Name Suffix final TextFieldWrappergetTitle()Title final TextFieldWrappergetWeight()Weight -
-
Constructor Detail
-
DEMedicalPlan.Patient
DEMedicalPlan.Patient(GenericDocument document)
-
-
Method Detail
-
getAllergiesAndIntolerances
final TextFieldWrapper getAllergiesAndIntolerances()
Allergies And Intolerances
-
getBirthDate
final TextFieldWrapper getBirthDate()
Birth Date
-
getBreastFeeding
final TextFieldWrapper getBreastFeeding()
Breast Feeding
-
getCreatinineValue
final TextFieldWrapper getCreatinineValue()
Creatinine Value
-
getFirstName
final TextFieldWrapper getFirstName()
First Name
-
getGender
final TextFieldWrapper getGender()
Gender
-
getHeight
final TextFieldWrapper getHeight()
Height
-
getLastName
final TextFieldWrapper getLastName()
Last Name
-
getPatientFreeText
final TextFieldWrapper getPatientFreeText()
Patient Free Text
-
getPatientID
final TextFieldWrapper getPatientID()
Patient ID
-
getPreName
final TextFieldWrapper getPreName()
Pre Name
-
getPregnant
final TextFieldWrapper getPregnant()
Pregnant
-
getSuffix
final TextFieldWrapper getSuffix()
Name Suffix
-
getTitle
final TextFieldWrapper getTitle()
Title
-
getWeight
final TextFieldWrapper getWeight()
Weight
-
-
-
-