Class TTestScriptParam
Unit
bsFhir_stu3
Declaration
type TTestScriptParam = class(TBackboneElement)
Description
A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.
Hierarchy
Overview
Methods
Properties
|
property name_ : string read Getname_ write Setname_; |
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
property value : string read Getvalue write Setvalue; |
|
property valueElement : Tstring read GetvalueElement write SetvalueElement; |
Description
Methods
|
constructor Create; override; |
|
Properties
|
property name_ : string read Getname_ write Setname_; |
Descriptive name for this parameter that matches the external assert rule parameter name.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property value : string read Getvalue write Setvalue; |
The explicit or dynamic value for the parameter that will be passed on to the external rule template.
|
|
property valueElement : Tstring read GetvalueElement write SetvalueElement; |
|
Generated by PasDoc 0.15.0.
|