Class TAuditEventSource
Unit
bsFhir_r5
Declaration
type TAuditEventSource = class(TBackboneElement)
Description
A record of an event relevant for purposes such as operations, privacy, security, maintenance, and performance analysis.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property site : TReference 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 observer : TReference read Getobserver write Setobserver; |
Identifier of the source where the event was detected.
|
|
property type_ : TCodeableConceptArray read Gettype_Array; |
Code specifying the type of source where event originated.
|
Generated by PasDoc 0.15.0.
|