Class TTestScriptLink

Unit

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

Public constructor Create; override;

Properties

Public property url : string read Geturl write Seturl;
Public property urlElement : Turi read GeturlElement write SeturlElement;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property url : string read Geturl write Seturl;

URL to a particular requirement or feature within the FHIR specification.

Public property urlElement : Turi read GeturlElement write SeturlElement;
 
Public property description : string read Getdescription write Setdescription;

Short description of the link.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 

Generated by PasDoc 0.15.0.