Class TTestScriptLink
Unit
bsFhir_stu3
Declaration
type TTestScriptLink = 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 url : string read Geturl write Seturl; |
|
property urlElement : Turi read GeturlElement write SeturlElement; |
|
property description : string read Getdescription write Setdescription; |
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
Description
Methods
|
constructor Create; override; |
|
Properties
|
property url : string read Geturl write Seturl; |
URL to a particular requirement or feature within the FHIR specification.
|
|
property urlElement : Turi read GeturlElement write SeturlElement; |
|
|
property description : string read Getdescription write Setdescription; |
Short description of the link.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
Generated by PasDoc 0.15.0.
|