Class MedicalCertificatePatientInfoBox


  • public class MedicalCertificatePatientInfoBox
    extends java.lang.Object
    Patient information box.
    • Constructor Detail

      • MedicalCertificatePatientInfoBox

        public MedicalCertificatePatientInfoBox​(java.util.List<PointF> quad,
                                                java.util.List<MedicalCertificatePatientInfoField> fields,
                                                boolean hasContents)
        Constructs MedicalCertificatePatientInfoBox with the given params.
        Parameters:
        quad - Four corners of the patient info box.
        fields - Vector of found fields.
        hasContents - Whether the patient info box has contents. Default is false
      • MedicalCertificatePatientInfoBox

        public MedicalCertificatePatientInfoBox​(java.util.List<PointF> quad,
                                                java.util.List<MedicalCertificatePatientInfoField> fields)
        Constructs MedicalCertificatePatientInfoBox with default parameters.
        Parameters:
        quad - Four corners of the patient info box.
        fields - Vector of found fields.
    • Method Detail

      • getQuad

        public java.util.List<PointF> getQuad()
        Getter for quad field. See constructor documentation for more information about the field.
        Returns:
        quad
      • getFields

        public java.util.List<MedicalCertificatePatientInfoField> getFields()
        Getter for fields field. See constructor documentation for more information about the field.
        Returns:
        fields
      • getHasContents

        public boolean getHasContents()
        Getter for hasContents field. See constructor documentation for more information about the field.
        Returns:
        hasContents