Class TTestScriptVariable
Unit
bsFhir_r5
Declaration
type TTestScriptVariable = class(TBackboneElement)
Description
A structured set of tests against a FHIR server or client implementation to determine compliance against the FHIR specification.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property name_ : string read Getname_ write Setname_; |
Descriptive name for this variable.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property defaultValue : string read GetdefaultValue write SetdefaultValue; |
A default, hard-coded, or user-defined value for this variable.
|
|
property defaultValueElement : Tstring read GetdefaultValueElement write SetdefaultValueElement; |
|
|
property description : string read Getdescription write Setdescription; |
A free text natural language description of the variable and its purpose.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property expression : string read Getexpression write Setexpression; |
The FHIRPath expression for a specific value to evaluate against the fixture body. When variables are defined, only one of either expression, headerField or path must be specified.
|
|
property expressionElement : Tstring read GetexpressionElement write SetexpressionElement; |
|
|
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.
|
|
property headerFieldElement : Tstring read GetheaderFieldElement write SetheaderFieldElement; |
|
|
property hint : string read Gethint write Sethint; |
Displayable text string with hint help information to the user when entering a default value.
|
|
property hintElement : Tstring read GethintElement write SethintElement; |
|
|
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.
|
|
property pathElement : Tstring read GetpathElement write SetpathElement; |
|
|
property sourceId : string read GetsourceId write SetsourceId; |
Fixture to evaluate the XPath/JSONPath expression or the headerField against within this variable.
|
|
property sourceIdElement : Tid read GetsourceIdElement write SetsourceIdElement; |
|
Generated by PasDoc 0.15.0.
|