Class TTestScriptMetadata
Unit
bsFhir_r4b
Declaration
type TTestScriptMetadata = 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 link : TTestScriptLinkArray read GetlinkArray; |
A link to the FHIR specification that this test is covering.
|
|
property capability : TTestScriptCapabilityArray read GetcapabilityArray; |
Capabilities that must exist and are assumed to function correctly on the FHIR server being tested.
|
Generated by PasDoc 0.15.0.
|