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 classDEMedicalPlan.FieldNamespublic classDEMedicalPlan.NormalizedFieldNamespublic final classDEMedicalPlan.Patientpublic final classDEMedicalPlan.Doctorpublic final classDEMedicalPlan.Subheading
-
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()The child document of type "Patient". final DEMedicalPlan.DoctorgetDoctor()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".
-
-
-
-