Class TAuditEventOutcome
Unit
bsFhir_r5
Declaration
type TAuditEventOutcome = 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 code : TCoding read Getcode write Setcode; |
Indicates whether the event succeeded or failed.
|
|
property detail : TCodeableConceptArray read GetdetailArray; |
Additional details about the error. This may be a text description of the error or a system code that identifies the error.
|
Generated by PasDoc 0.15.0.
|