Class TRequestOrchestrationDynamicValue

Unit

Declaration

type TRequestOrchestrationDynamicValue = 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

Public constructor Create; override;

Properties

Public property path : string read Getpath write Setpath;
Public property pathElement : Tstring read GetpathElement write SetpathElement;
Public property expression : TExpression read Getexpression write Setexpression;

Description

Methods

Public constructor Create; override;
 

Properties

Public property path : string read Getpath write Setpath;

The path to the element to be customized. This is the path on the resource that will hold the result of the calculation defined by the expression. The specified path SHALL be a FHIRPath resolvable on the specified target type of the ActivityDefinition, and SHALL consist only of identifiers, constant indexers, and a restricted subset of functions. The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements (see the [Simple FHIRPath Profile](fhirpath.html#simple) for full details).

Public property pathElement : Tstring read GetpathElement write SetpathElement;
 
Public property expression : TExpression read Getexpression write Setexpression;

An expression specifying the value of the customized element.


Generated by PasDoc 0.15.0.