Package io.scanbot.barcodescanner.entity
Class DEMedicalPlan.Patient
-
- All Implemented Interfaces:
public final class DEMedicalPlan.Patient extends GenericDocumentWrapper
Patient
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
DEMedicalPlan.Patient.FieldNames
public class
DEMedicalPlan.Patient.NormalizedFieldNames
-
Field Summary
Fields Modifier and Type Field Description public final static String
DOCUMENT_TYPE
public final static String
DOCUMENT_NORMALIZED_TYPE
private final TextFieldWrapper
allergiesAndIntolerances
private final TextFieldWrapper
birthDate
private final TextFieldWrapper
breastFeeding
private final TextFieldWrapper
creatinineValue
private final TextFieldWrapper
firstName
private final TextFieldWrapper
gender
private final TextFieldWrapper
height
private final TextFieldWrapper
lastName
private final TextFieldWrapper
patientFreeText
private final TextFieldWrapper
patientID
private final TextFieldWrapper
preName
private final TextFieldWrapper
pregnant
private final TextFieldWrapper
suffix
private final TextFieldWrapper
title
private final TextFieldWrapper
weight
-
Constructor Summary
Constructors Constructor Description DEMedicalPlan.Patient(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final TextFieldWrapper
getAllergiesAndIntolerances()
Allergies And Intolerances final TextFieldWrapper
getBirthDate()
Birth Date final TextFieldWrapper
getBreastFeeding()
Breast Feeding final TextFieldWrapper
getCreatinineValue()
Creatinine Value final TextFieldWrapper
getFirstName()
First Name final TextFieldWrapper
getGender()
Gender final TextFieldWrapper
getHeight()
Height final TextFieldWrapper
getLastName()
Last Name final TextFieldWrapper
getPatientFreeText()
Patient Free Text final TextFieldWrapper
getPatientID()
Patient ID final TextFieldWrapper
getPreName()
Pre Name final TextFieldWrapper
getPregnant()
Pregnant final TextFieldWrapper
getSuffix()
Name Suffix final TextFieldWrapper
getTitle()
Title final TextFieldWrapper
getWeight()
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
-
-
-
-