Class TTestScriptDestination
Unit
bsFhir_r5
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
|
property index_ : integer read Getindex_ write Setindex_; |
|
property index_Element : Tinteger read Getindex_Element write Setindex_Element; |
|
property profile : TCoding read Getprofile write Setprofile; |
|
property url : string read Geturl write Seturl; |
|
property urlElement : Turl read GeturlElement write SeturlElement; |
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.
|
|
property url : string read Geturl write Seturl; |
The explicit url path of the destination server used in this test script.
|
|
property urlElement : Turl read GeturlElement write SeturlElement; |
|
Generated by PasDoc 0.15.0.
|