Class TProvenanceEntity

Unit

Declaration

type TProvenanceEntity = class(TBackboneElement)

Description

Provenance of a resource is a record that describes entities and processes involved in producing and delivering or otherwise influencing that resource. Provenance provides a critical foundation for assessing authenticity, enabling trust, and allowing reproducibility. Provenance assertions are a form of contextual metadata and can themselves become important records with their own provenance. Provenance statement indicates clinical significance in terms of confidence in authenticity, reliability, and trustworthiness, integrity, and stage in lifecycle (e.g. Document Completion - has the artifact been legally authenticated), all of which may impact security, privacy, and trust policies.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property role : string read Getrole write Setrole;
Public property roleElement : TProvenanceEntityRole read GetroleElement write SetroleElement;
Public property what : TReference read Getwhat write Setwhat;
Public property agent : TProvenanceAgentArray read GetagentArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property role : string read Getrole write Setrole;

How the entity was used during the activity.

Public property roleElement : TProvenanceEntityRole read GetroleElement write SetroleElement;
 
Public property what : TReference read Getwhat write Setwhat;

Identity of the Entity used. May be a logical or physical uri and maybe absolute or relative.

Public property agent : TProvenanceAgentArray read GetagentArray;

The entity is attributed to an agent to express the agent's responsibility for that entity, possibly along with other agents. This description can be understood as shorthand for saying that the agent was responsible for the activity which generated the entity.


Generated by PasDoc 0.15.0.