Class MedicalCertificatePatientInfoField


  • public class MedicalCertificatePatientInfoField
    extends java.lang.Object
    Patient information field.
    • Constructor Detail

      • MedicalCertificatePatientInfoField

        public MedicalCertificatePatientInfoField​(MedicalCertificatePatientInfoFieldType type,
                                                  java.lang.String value,
                                                  double recognitionConfidence)
        Constructs MedicalCertificatePatientInfoField with the given params.
        Parameters:
        type - Field type.
        value - Field value.
        recognitionConfidence - Confidence in the recognized value.
    • Method Detail

      • getValue

        public java.lang.String getValue()
        Getter for value field. See constructor documentation for more information about the field.
        Returns:
        value
      • getRecognitionConfidence

        public double getRecognitionConfidence()
        Getter for recognitionConfidence field. See constructor documentation for more information about the field.
        Returns:
        recognitionConfidence