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 classDEMedicalPlan.FieldNamespublic classDEMedicalPlan.NormalizedFieldNamespublic final classDEMedicalPlan.PatientPatient
public final classDEMedicalPlan.DoctorDoctor
public final classDEMedicalPlan.SubheadingSubheading
-
Field Summary
Fields Modifier and Type Field Description public final static StringDOCUMENT_TYPEpublic final static StringDOCUMENT_NORMALIZED_TYPEprivate final TextFieldWrappercurrentPageprivate final TextFieldWrapperdocumentVersionNumberprivate final TextFieldWrapperguidprivate final TextFieldWrapperlanguageCountryCodeprivate final TextFieldWrapperpatchVersionNumberprivate final TextFieldWrappertotalNumberOfPagesprivate final DEMedicalPlan.Patientpatientprivate final DEMedicalPlan.Doctordoctorprivate final List<DEMedicalPlan.Subheading>subheadings
-
Constructor Summary
Constructors Constructor Description DEMedicalPlan(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final TextFieldWrappergetCurrentPage()Current Page final TextFieldWrappergetDocumentVersionNumber()Document Version Number final TextFieldWrappergetGuid()GUID final TextFieldWrappergetLanguageCountryCode()Language Country Code final TextFieldWrappergetPatchVersionNumber()Patch Version Number final TextFieldWrappergetTotalNumberOfPages()Total Number Of Pages final DEMedicalPlan.PatientgetPatient()Patient final DEMedicalPlan.DoctorgetDoctor()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
-
-
-
-