Package io.scanbot.sdk.barcode.entity
Class DEMedicalPlan.Subheading.Prescription
-
- All Implemented Interfaces:
public final class DEMedicalPlan.Subheading.Prescription extends GenericDocumentWrapper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDEMedicalPlan.Subheading.Prescription.FieldNamespublic classDEMedicalPlan.Subheading.Prescription.NormalizedFieldNames
-
Field Summary
Fields Modifier and Type Field Description public final static StringDOCUMENT_TYPEpublic final static StringDOCUMENT_NORMALIZED_TYPEprivate final TextFieldWrappergeneralInformationprivate final TextFieldWrapperprescriptionFreeText
-
Constructor Summary
Constructors Constructor Description DEMedicalPlan.Subheading.Prescription(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final TextFieldWrappergetGeneralInformation()General Information final TextFieldWrappergetPrescriptionFreeText()Prescription Free Text -
-
Constructor Detail
-
DEMedicalPlan.Subheading.Prescription
DEMedicalPlan.Subheading.Prescription(GenericDocument document)
-
-
Method Detail
-
getGeneralInformation
final TextFieldWrapper getGeneralInformation()
General Information
-
getPrescriptionFreeText
final TextFieldWrapper getPrescriptionFreeText()
Prescription Free Text
-
-
-
-