Class TAuditEventEntity

Unit

Declaration

type TAuditEventEntity = class(TBackboneElement)

Description

A record of an event relevant for purposes such as operations, privacy, security, maintenance, and performance analysis.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property what : TReference read Getwhat write Setwhat;
Public property role : TCodeableConcept read Getrole write Setrole;
Public property securityLabel : TCodeableConceptArray read GetsecurityLabelArray;
Public property query : string read Getquery write Setquery;
Public property queryElement : Tbase64Binary read GetqueryElement write SetqueryElement;
Public property detail : TAuditEventDetailArray read GetdetailArray;
Public property agent : TAuditEventAgentArray read GetagentArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property what : TReference read Getwhat write Setwhat;

Identifies a specific instance of the entity. The reference should be version specific. This is allowed to be a Parameters resource.

Public property role : TCodeableConcept read Getrole write Setrole;

Code representing the role the entity played in the event being audited.

Public property securityLabel : TCodeableConceptArray read GetsecurityLabelArray;

Security labels for the identified entity.

Public property query : string read Getquery write Setquery;

The query parameters for a query-type entities.

Public property queryElement : Tbase64Binary read GetqueryElement write SetqueryElement;
 
Public property detail : TAuditEventDetailArray read GetdetailArray;

Tagged value pairs for conveying additional information about the entity.

Public property agent : TAuditEventAgentArray read GetagentArray;

The entity is attributed to an agent to express the agent's responsibility for that entity in the activity. This is most used to indicate when persistence media (the entity) are used by an agent. For example when importing data from a device, the device would be described in an entity, and the user importing data from that media would be indicated as the entity.agent.


Generated by PasDoc 0.15.0.