Class TTestScriptParam1
Unit
bsFhir_stu3
Declaration
type TTestScriptParam1 = 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 ruleset rule parameter name.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property value : string read Getvalue write Setvalue; |
The value for the parameter that will be passed on to the external ruleset rule template.
|
|
property valueElement : Tstring read GetvalueElement write SetvalueElement; |
|
Generated by PasDoc 0.15.0.
|