Class TAuditEventSource

Unit

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

Public constructor Create; override;

Properties

Public property site : string read Getsite write Setsite;
Public property siteElement : Tstring read GetsiteElement write SetsiteElement;
Public property identifier : TIdentifier read Getidentifier write Setidentifier;
Public property type_ : TCodingArray read Gettype_Array;

Description

Methods

Public constructor Create; override;
 

Properties

Public 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.

Public property siteElement : Tstring read GetsiteElement write SetsiteElement;
 
Public property identifier : TIdentifier read Getidentifier write Setidentifier;

Identifier of the source where the event was detected.

Public property type_ : TCodingArray read Gettype_Array;

Code specifying the type of source where event originated.


Generated by PasDoc 0.15.0.