Class TAuditEventSource
Unit
bsFhir_r4 
Declaration
type TAuditEventSource = 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 site : string read Getsite write Setsite; | 
 
| 
 
 Logical source location within the healthcare enterprise network. For example, a hospital or other provider location within a multi-entity provider group.  
 |  
 
  | 
property siteElement : Tstring read GetsiteElement write SetsiteElement; | 
 
| 
  |  
 
  | 
property observer : TReference read Getobserver write Setobserver; | 
 
| 
 
 Identifier of the source where the event was detected.  
 |  
 
  | 
property type_ : TCodingArray read Gettype_Array; | 
 
| 
 
 Code specifying the type of source where event originated.  
 |  
 
 Generated by PasDoc 0.15.0. 
 |