Class TRequestGroupRelatedAction
Unit
bsFhir_r4
Declaration
type TRequestGroupRelatedAction = class(TBackboneElement)
Description
A group 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 actionId : string read GetactionId write SetactionId; |
The element id of the action this is related to.
|
|
property actionIdElement : Tid read GetactionIdElement write SetactionIdElement; |
|
|
property relationship : string read Getrelationship write Setrelationship; |
The relationship of this action to the related action.
|
|
property offset : TElement read Getoffset write Setoffset; |
A duration or range of durations to apply to the relationship. For example, 30-60 minutes before.
|
Generated by PasDoc 0.15.0.
|