Class TAuditEventDetail
Unit
bsFhir_stu3
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
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 : string read Getvalue write Setvalue; |
The details, base64 encoded. Used to carry bulk information.
|
|
property valueElement : Tbase64Binary read GetvalueElement write SetvalueElement; |
|
Generated by PasDoc 0.15.0.
|