Class TVerificationResultAttestation

Unit

Declaration

type TVerificationResultAttestation = class(TBackboneElement)

Description

Describes validation requirements, source(s), status and dates for one or more elements.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property who : TReference read Getwho write Setwho;
Public property onBehalfOf : TReference read GetonBehalfOf write SetonBehalfOf;
Public property communicationMethod : TCodeableConcept read GetcommunicationMethod write SetcommunicationMethod;
Public property date_ : string read Getdate_ write Setdate_;
Public property date_Element : Tdate_ read Getdate_Element write Setdate_Element;
Public property sourceIdentityCertificate : string read GetsourceIdentityCertificate write SetsourceIdentityCertificate;
Public property sourceIdentityCertificateElement : Tstring read GetsourceIdentityCertificateElement write SetsourceIdentityCertificateElement;
Public property proxyIdentityCertificate : string read GetproxyIdentityCertificate write SetproxyIdentityCertificate;
Public property proxyIdentityCertificateElement : Tstring read GetproxyIdentityCertificateElement write SetproxyIdentityCertificateElement;
Public property proxySignature : TSignature read GetproxySignature write SetproxySignature;
Public property sourceSignature : TSignature read GetsourceSignature write SetsourceSignature;

Description

Methods

Public constructor Create; override;
 

Properties

Public property who : TReference read Getwho write Setwho;

The individual or organization attesting to information.

Public property onBehalfOf : TReference read GetonBehalfOf write SetonBehalfOf;

When the who is asserting on behalf of another (organization or individual).

Public property communicationMethod : TCodeableConcept read GetcommunicationMethod write SetcommunicationMethod;

The method by which attested information was submitted/retrieved (manual; API; Push).

Public property date_ : string read Getdate_ write Setdate_;

The date the information was attested to.

Public property date_Element : Tdate_ read Getdate_Element write Setdate_Element;
 
Public property sourceIdentityCertificate : string read GetsourceIdentityCertificate write SetsourceIdentityCertificate;

A digital identity certificate associated with the attestation source.

Public property sourceIdentityCertificateElement : Tstring read GetsourceIdentityCertificateElement write SetsourceIdentityCertificateElement;
 
Public property proxyIdentityCertificate : string read GetproxyIdentityCertificate write SetproxyIdentityCertificate;

A digital identity certificate associated with the proxy entity submitting attested information on behalf of the attestation source.

Public property proxyIdentityCertificateElement : Tstring read GetproxyIdentityCertificateElement write SetproxyIdentityCertificateElement;
 
Public property proxySignature : TSignature read GetproxySignature write SetproxySignature;

Signed assertion by the proxy entity indicating that they have the right to submit attested information on behalf of the attestation source.

Public property sourceSignature : TSignature read GetsourceSignature write SetsourceSignature;

Signed assertion by the attestation source that they have attested to the information.


Generated by PasDoc 0.15.0.