Class TPlanDefinitionActor
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property title : string read Gettitle write Settitle; |
A descriptive label for the actor.
|
|
property titleElement : Tstring read GettitleElement write SettitleElement; |
|
|
property description : string read Getdescription write Setdescription; |
A description of how the actor fits into the overall actions of the plan definition.
|
|
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
|
property option : TPlanDefinitionOptionArray read GetoptionArray; |
The characteristics of the candidates that could serve as the actor.
|
Generated by PasDoc 0.15.0.
|