EuropeanHealthInsuranceCardConfiguration

European Health Insurance Card (EHIC) configuration element. Add to extractor configuration to scan EHICs.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(expectedCountry: EuropeanHealthInsuranceCardIssuingCountry? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val _type: String
Link copied to clipboard

If an expected country is selected, validation rules for the given country are used, and if the expected country cannot be inferred or the inferred country doesn't match the given country, the result of extract() will be IncompleteValidation.

Functions

Link copied to clipboard
Link copied to clipboard
open override fun toJson(config: ToJsonConfiguration): JSONObject