Class TTriggerDefinition
Unit
bsFhir_stu3
Declaration
type TTriggerDefinition = class(TElement)
Description
A description of a triggering event. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : string read Gettype_ write Settype_; |
The type of triggering event.
|
|
property type_Element : TTriggerType read Gettype_Element write Settype_Element; |
|
|
property eventName : string read GeteventName write SeteventName; |
The name of the event (if this is a named-event trigger).
|
|
property eventNameElement : Tstring read GeteventNameElement write SeteventNameElement; |
|
|
property eventTiming : TElement read GeteventTiming write SeteventTiming; |
The timing of the event (if this is a period trigger).
|
|
property eventData : TDataRequirement read GeteventData write SeteventData; |
The triggering data of the event (if this is a data trigger).
|
Generated by PasDoc 0.15.0.
|