Class TAuditEventEntity
Unit
bsFhir_r4
Declaration
type TAuditEventEntity = class(TBackboneElement)
Description
A record of an event made for purposes of maintaining a security log. Typical uses include detection of intrusion attempts and monitoring for inappropriate usage.
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.
|
|
property type_ : TCoding read Gettype_ write Settype_; |
The type of the object that was involved in this audit event.
|
|
property role : TCoding read Getrole write Setrole; |
Code representing the role the entity played in the event being audited.
|
|
property lifecycle : TCoding read Getlifecycle write Setlifecycle; |
Identifier for the data life-cycle stage for the entity.
|
|
property securityLabel : TCodingArray read GetsecurityLabelArray; |
Security labels for the identified entity.
|
|
property name_ : string read Getname_ write Setname_; |
A name of the entity in the audit event.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property description : string read Getdescription write Setdescription; |
Text that describes the entity in more detail.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
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.
|
Generated by PasDoc 0.15.0.
|