Package io.scanbot.barcodescanner.entity
Class DEMedicalPlan.Subheading.Prescription
-
- All Implemented Interfaces:
public final class DEMedicalPlan.Subheading.Prescription extends GenericDocumentWrapper
Prescription
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
DEMedicalPlan.Subheading.Prescription.FieldNames
public class
DEMedicalPlan.Subheading.Prescription.NormalizedFieldNames
-
Field Summary
Fields Modifier and Type Field Description public final static String
DOCUMENT_TYPE
public final static String
DOCUMENT_NORMALIZED_TYPE
private final TextFieldWrapper
generalInformation
private final TextFieldWrapper
prescriptionFreeText
-
Constructor Summary
Constructors Constructor Description DEMedicalPlan.Subheading.Prescription(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final TextFieldWrapper
getGeneralInformation()
General Information final TextFieldWrapper
getPrescriptionFreeText()
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
-
-
-
-