Class TAuditEventDetail
Unit
bsFhir_r4b
Declaration
type TAuditEventDetail = 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
|
property type_ : string read Gettype_ write Settype_; |
|
property type_Element : Tstring read Gettype_Element write Settype_Element; |
|
property value : TElement read Getvalue write Setvalue; |
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : string read Gettype_ write Settype_; |
The type of extra detail provided in the value.
|
|
property type_Element : Tstring read Gettype_Element write Settype_Element; |
|
|
property value : TElement read Getvalue write Setvalue; |
The value of the extra detail.
|
Generated by PasDoc 0.15.0.
|