Class TPlanDefinitionActor

Unit

Declaration

type TPlanDefinitionActor = 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 title : string read Gettitle write Settitle;
Public property titleElement : Tstring read GettitleElement write SettitleElement;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
Public property option : TPlanDefinitionOptionArray read GetoptionArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property title : string read Gettitle write Settitle;

A descriptive label for the actor.

Public property titleElement : Tstring read GettitleElement write SettitleElement;
 
Public property description : string read Getdescription write Setdescription;

A description of how the actor fits into the overall actions of the plan definition.

Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
 
Public property option : TPlanDefinitionOptionArray read GetoptionArray;

The characteristics of the candidates that could serve as the actor.


Generated by PasDoc 0.15.0.