Class TRequestOrchestrationRelatedAction
Unit
bsFhir_r5
Declaration
type TRequestOrchestrationRelatedAction = class(TBackboneElement)
Description
A set of related requests that can be used to capture intended activities that have inter-dependencies such as "give this medication after that one".
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
constructor Create; override; |
|
Properties
 |
property targetId : string read GettargetId write SettargetId; |
The element id of the target related action.
|
 |
property targetIdElement : Tid read GettargetIdElement write SettargetIdElement; |
|
 |
property relationship : string read Getrelationship write Setrelationship; |
The relationship of this action to the related action.
|
 |
property endRelationship : string read GetendRelationship write SetendRelationship; |
The relationship of the end of this action to the related action.
|
 |
property endRelationshipElement : TActionRelationshipType read GetendRelationshipElement write SetendRelationshipElement; |
|
 |
property offsetDuration : TDuration read GetoffsetDuration write SetoffsetDuration; |
A duration or range of durations to apply to the relationship. For example, 30-60 minutes before. (choose any one of offset*, but only one)
|
 |
property offsetRange : TRange read GetoffsetRange write SetoffsetRange; |
A duration or range of durations to apply to the relationship. For example, 30-60 minutes before. (choose any one of offset*, but only one)
|
Generated by PasDoc 0.15.0.
|