Class TTestScriptRule
Unit
bsFhir_stu3
Declaration
type TTestScriptRule = class(TBackboneElement)
Description
A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property resource : TReference read Getresource write Setresource; |
Reference to the resource (containing the contents of the rule needed for assertions).
|
|
property param : TTestScriptParamArray read GetparamArray; |
Each rule template can take one or more parameters for rule evaluation.
|
Generated by PasDoc 0.15.0.
|