Package io.scanbot.sdk.barcode.entity
Class DEMedicalPlan
-
- All Implemented Interfaces:
public final class DEMedicalPlan extends GenericDocumentWrapper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
DEMedicalPlan.FieldNames
public class
DEMedicalPlan.NormalizedFieldNames
public final class
DEMedicalPlan.Patient
public final class
DEMedicalPlan.Doctor
public final class
DEMedicalPlan.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()
The child document of type "Patient". final DEMedicalPlan.Doctor
getDoctor()
The child document of type "Doctor". final List<DEMedicalPlan.Subheading>
getSubheadings()
A list of all children of type "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()
The child document of type "Patient".
-
getDoctor
final DEMedicalPlan.Doctor getDoctor()
The child document of type "Doctor".
-
getSubheadings
final List<DEMedicalPlan.Subheading> getSubheadings()
A list of all children of type "Subheading".
-
-