KVaccinationCertificate
#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.
Definition at line 56 of file kvaccinationcertificate.h.
Property Documentation
◆ vaccinationState
|
read |
Definition at line 65 of file kvaccinationcertificate.h.
◆ 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:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:13:32 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.