KVaccinationCertificate

Search for usage in LXR

KVaccinationCertificate Class Reference

#include <kvaccinationcertificate.h>

Public Types

enum  VaccinationState {
  Invalid , VaccinationTooRecent , PartiallyVaccinated , Vaccinated ,
  FullyVaccinated
}
 

Properties

VaccinationState vaccinationState
 
KHealthCertificate::CertificateValidation validationState
 

Public Member Functions

VaccinationState vaccinationState () const
 
KHealthCertificate::CertificateValidation validationState () const
 

Detailed Description

A vaccination certificate.

Definition at line 18 of file kvaccinationcertificate.h.

Member Enumeration Documentation

◆ VaccinationState

More detailed information about the vaccination certificate.

Enumerator
Invalid 

certificate is invalid

VaccinationTooRecent 

the vaccination happened too recently

PartiallyVaccinated 

a multi-dose vaccination hasn't been fully applied yet

Vaccinated 

valid vaccination, but not information about a multi-dose requirement specified

FullyVaccinated 

complete vaccination with all required doses

Definition at line 56 of file kvaccinationcertificate.h.

Property Documentation

◆ vaccinationState

VaccinationState KVaccinationCertificate::vaccinationState
read

Definition at line 65 of file kvaccinationcertificate.h.

◆ validationState

KHealthCertificate::CertificateValidation KVaccinationCertificate::validationState
read

The vaccine type, such as mRNA or vector.

The name of the vaccine as given by the manufacturer. URL to further details on the vaccine. Name of the manufacturer of the vaccine. Country the certificate was issued in, as ISO 3166-1 alpha 2 code. The entity that issued this certificate. The unique identifier of this certificate. Date/time this certificate has been issued at. Date/time this certificate expires. Validation status of the cryptographic signature of this certificate.

Definition at line 48 of file kvaccinationcertificate.h.

Member Function Documentation

◆ vaccinationState()

KVaccinationCertificate::VaccinationState KVaccinationCertificate::vaccinationState ( ) const

Definition at line 65 of file kvaccinationcertificate.cpp.

◆ validationState()

KHealthCertificate::CertificateValidation KVaccinationCertificate::validationState ( ) const

Fully encoded data as represented in the barcode.

Definition at line 50 of file kvaccinationcertificate.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:16:45 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.