-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum HealthInsuranceCardValidationType extends Enum<HealthInsuranceCardValidationType>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ValidationAustrianThe issuing country is assumed to be Austria. Validation on the personal identification number is performed as described in "site:www.sozialversicherung.at Was ist die Versicherungsnummer?"
ValidationGermanThe issuing country is assumed to be Germany. Validation on the personal identification number, and issuing institution number is performed as described in "Spezifikation für Musterkarten und Testkarten (eGK, HBA, SMC), Anhang A" and "GS1 Struktur der Kenn-Nummer (ICCSN) der elektronischen Gesundheitskarte"
ValidationAutoSupportedThe issuing country is inferred and the validation rules for that country are used. If the issuing country cannot be inferred, a validation failure error is returned.
ValidationAutoAnyThe issuing country is inferred and the validation rules for that country are used. If the issuing country cannot be inferred, no content validation is performed.
ValidationNoneNo content validation is performed.
-