MedicalCertificatePatientInfoBox

data class MedicalCertificatePatientInfoBox(val quad: List<PointF>, val fields: List<MedicalCertificatePatientInfoField>, val hasContents: Boolean = false) : Parcelable

Patient information box.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(quad: List<PointF>, fields: List<MedicalCertificatePatientInfoField>, hasContents: Boolean = false)

Properties

Link copied to clipboard

Vector of found fields.

Link copied to clipboard
val hasContents: Boolean = false

Whether the patient info box has contents.

Link copied to clipboard

Four corners of the patient info box.

Functions

Link copied to clipboard
Link copied to clipboard
fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JSONObject