Class TTestScriptMetadata

Unit

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

Public constructor Create; override;

Properties

Public property link : TTestScriptLinkArray read GetlinkArray;
Public property capability : TTestScriptCapabilityArray read GetcapabilityArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property link : TTestScriptLinkArray read GetlinkArray;

A link to the FHIR specification that this test is covering.

Public 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.