Class TPlanDefinitionRelatedAction

Unit

Declaration

type TPlanDefinitionRelatedAction = class(TBackboneElement)

Description

This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical and non-clinical artifacts such as clinical decision support rules, order sets, protocols, and drug quality specifications.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property targetId : string read GettargetId write SettargetId;
Public property targetIdElement : Tid read GettargetIdElement write SettargetIdElement;
Public property relationship : string read Getrelationship write Setrelationship;
Public property relationshipElement : TActionRelationshipType read GetrelationshipElement write SetrelationshipElement;
Public property endRelationship : string read GetendRelationship write SetendRelationship;
Public property endRelationshipElement : TActionRelationshipType read GetendRelationshipElement write SetendRelationshipElement;
Public property offsetDuration : TDuration read GetoffsetDuration write SetoffsetDuration;
Public property offsetRange : TRange read GetoffsetRange write SetoffsetRange;

Description

Methods

Public constructor Create; override;
 

Properties

Public property targetId : string read GettargetId write SettargetId;

The element id of the target related action.

Public property targetIdElement : Tid read GettargetIdElement write SettargetIdElement;
 
Public property relationship : string read Getrelationship write Setrelationship;

The relationship of the start of this action to the related action.

Public property relationshipElement : TActionRelationshipType read GetrelationshipElement write SetrelationshipElement;
 
Public property endRelationship : string read GetendRelationship write SetendRelationship;

The relationship of the end of this action to the related action.

Public property endRelationshipElement : TActionRelationshipType read GetendRelationshipElement write SetendRelationshipElement;
 
Public 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)

Public 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.