Class TTestScriptDestination
Unit
bsFhir_r4
Declaration
type TTestScriptDestination = 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 index_ : integer read Getindex_ write Setindex_; |
Abstract name given to a destination server in this test script. The name is provided as a number starting at 1.
|
|
property index_Element : Tinteger read Getindex_Element write Setindex_Element; |
|
|
property profile : TCoding read Getprofile write Setprofile; |
The type of destination profile the test system supports.
|
Generated by PasDoc 0.15.0.
|