Package 

Enum HealthInsuranceCardValidationType

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      ValidationAustrian

      The 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?"

      ValidationGerman

      The 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"

      ValidationAutoSupported

      The 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.

      ValidationAutoAny

      The 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.

      ValidationNone

      No content validation is performed.

    • Method Summary

      Modifier and Type Method Description
      final Integer getCode()
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait