Vaccination

struct Vaccination : Hashable
extension EUDCC.Vaccination: Codable

The EUDCC Vaccination Entry

Properties

Initializer

VaccineMarketingAuthorizationHolder

VaccineMedicinalProduct

  • The EUDCC vaccination medicinal product used for this specific dose of vaccination

    See more

    Declaration

    Swift

    struct VaccineMedicinalProduct : Hashable
    extension EUDCC.Vaccination.VaccineMedicinalProduct: Codable

WellKnownValue+Convenience

VaccineOrProphylaxis

Codable

  • Creates a new instance by decoding from the given decoder.

    Declaration

    Swift

    public init(from decoder: Decoder) throws

    Parameters

    decoder

    The decoder to read data from.

  • Encodes this value into the given encoder.

    Declaration

    Swift

    public func encode(to encoder: Encoder) throws

    Parameters

    encoder

    The encoder to write data to.