Class TAuditEventEntity
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
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.
|
|
property role : TCodeableConcept read Getrole write Setrole; |
Code representing the role the entity played in the event being audited.
|
|
property securityLabel : TCodeableConceptArray read GetsecurityLabelArray; |
Security labels for the identified entity.
|
|
property query : string read Getquery write Setquery; |
The query parameters for a query-type entities.
|
|
property queryElement : Tbase64Binary read GetqueryElement write SetqueryElement; |
|
|
property detail : TAuditEventDetailArray read GetdetailArray; |
Tagged value pairs for conveying additional information about the entity.
|
|
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.
|