Class TTestScriptVariable

Unit

Declaration

type TTestScriptVariable = class(TBackboneElement)

Description

A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property defaultValue : string read GetdefaultValue write SetdefaultValue;
Public property defaultValueElement : Tstring read GetdefaultValueElement write SetdefaultValueElement;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property expression : string read Getexpression write Setexpression;
Public property expressionElement : Tstring read GetexpressionElement write SetexpressionElement;
Public property headerField : string read GetheaderField write SetheaderField;
Public property headerFieldElement : Tstring read GetheaderFieldElement write SetheaderFieldElement;
Public property hint : string read Gethint write Sethint;
Public property hintElement : Tstring read GethintElement write SethintElement;
Public property path : string read Getpath write Setpath;
Public property pathElement : Tstring read GetpathElement write SetpathElement;
Public property sourceId : string read GetsourceId write SetsourceId;
Public property sourceIdElement : Tid read GetsourceIdElement write SetsourceIdElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property name_ : string read Getname_ write Setname_;

Descriptive name for this variable.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property defaultValue : string read GetdefaultValue write SetdefaultValue;

A default, hard-coded, or user-defined value for this variable.

Public property defaultValueElement : Tstring read GetdefaultValueElement write SetdefaultValueElement;
 
Public property description : string read Getdescription write Setdescription;

A free text natural language description of the variable and its purpose.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property expression : string read Getexpression write Setexpression;

The fluentpath expression to evaluate against the fixture body. When variables are defined, only one of either expression, headerField or path must be specified.

Public property expressionElement : Tstring read GetexpressionElement write SetexpressionElement;
 
Public property headerField : string read GetheaderField write SetheaderField;

Will be used to grab the HTTP header field value from the headers that sourceId is pointing to.

Public property headerFieldElement : Tstring read GetheaderFieldElement write SetheaderFieldElement;
 
Public property hint : string read Gethint write Sethint;

Displayable text string with hint help information to the user when entering a default value.

Public property hintElement : Tstring read GethintElement write SethintElement;
 
Public property path : string read Getpath write Setpath;

XPath or JSONPath to evaluate against the fixture body. When variables are defined, only one of either expression, headerField or path must be specified.

Public property pathElement : Tstring read GetpathElement write SetpathElement;
 
Public property sourceId : string read GetsourceId write SetsourceId;

Fixture to evaluate the XPath/JSONPath expression or the headerField against within this variable.

Public property sourceIdElement : Tid read GetsourceIdElement write SetsourceIdElement;
 

Generated by PasDoc 0.15.0.