Patient information box.

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

Vector of found fields.

hasContents: boolean

Whether the patient info box has contents.

Default is false

quad: Point[]

Four corners of the patient info box.

Methods

  • Parameters

    Returns {
        fields?: (undefined | {
            recognitionConfidence?: number;
            type?: MedicalCertificatePatientInfoFieldType;
            value?: string;
            serialize?: any;
        })[];
        hasContents?: boolean;
        quad?: (undefined | {
            x?: number;
            y?: number;
        })[];
        serialize?: any;
    }

    • Optional Readonly fields?: (undefined | {
          recognitionConfidence?: number;
          type?: MedicalCertificatePatientInfoFieldType;
          value?: string;
          serialize?: any;
      })[]

      Vector of found fields.

    • Optional Readonly hasContents?: boolean

      Whether the patient info box has contents.

      Default is false

    • Optional Readonly quad?: (undefined | {
          x?: number;
          y?: number;
      })[]

      Four corners of the patient info box.