Package io.scanbot.barcodescanner.entity
Class DEMedicalPlan
-
- All Implemented Interfaces:
public final class DEMedicalPlan extends GenericDocumentWrapper
Medical Plan
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
DEMedicalPlan.FieldNames
public class
DEMedicalPlan.NormalizedFieldNames
public final class
DEMedicalPlan.Patient
Patient
public final class
DEMedicalPlan.Doctor
Doctor
public final class
DEMedicalPlan.Subheading
Subheading
-
Field Summary
Fields Modifier and Type Field Description public final static String
DOCUMENT_TYPE
public final static String
DOCUMENT_NORMALIZED_TYPE
private final TextFieldWrapper
currentPage
private final TextFieldWrapper
documentVersionNumber
private final TextFieldWrapper
guid
private final TextFieldWrapper
languageCountryCode
private final TextFieldWrapper
patchVersionNumber
private final TextFieldWrapper
totalNumberOfPages
private final DEMedicalPlan.Patient
patient
private final DEMedicalPlan.Doctor
doctor
private final List<DEMedicalPlan.Subheading>
subheadings
-
Constructor Summary
Constructors Constructor Description DEMedicalPlan(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final TextFieldWrapper
getCurrentPage()
Current Page final TextFieldWrapper
getDocumentVersionNumber()
Document Version Number final TextFieldWrapper
getGuid()
GUID final TextFieldWrapper
getLanguageCountryCode()
Language Country Code final TextFieldWrapper
getPatchVersionNumber()
Patch Version Number final TextFieldWrapper
getTotalNumberOfPages()
Total Number Of Pages final DEMedicalPlan.Patient
getPatient()
Patient final DEMedicalPlan.Doctor
getDoctor()
Doctor final List<DEMedicalPlan.Subheading>
getSubheadings()
Subheading -
-
Constructor Detail
-
DEMedicalPlan
DEMedicalPlan(GenericDocument document)
-
-
Method Detail
-
getCurrentPage
final TextFieldWrapper getCurrentPage()
Current Page
-
getDocumentVersionNumber
final TextFieldWrapper getDocumentVersionNumber()
Document Version Number
-
getGuid
final TextFieldWrapper getGuid()
GUID
-
getLanguageCountryCode
final TextFieldWrapper getLanguageCountryCode()
Language Country Code
-
getPatchVersionNumber
final TextFieldWrapper getPatchVersionNumber()
Patch Version Number
-
getTotalNumberOfPages
final TextFieldWrapper getTotalNumberOfPages()
Total Number Of Pages
-
getPatient
final DEMedicalPlan.Patient getPatient()
Patient
-
getDoctor
final DEMedicalPlan.Doctor getDoctor()
Doctor
-
getSubheadings
final List<DEMedicalPlan.Subheading> getSubheadings()
Subheading
-
-
-
-