Class TTestScriptRuleset

Unit

Declaration

type TTestScriptRuleset = 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 resource : TReference read Getresource write Setresource;
Public property rule : TTestScriptRule1Array read GetruleArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property resource : TReference read Getresource write Setresource;

Reference to the resource (containing the contents of the ruleset needed for assertions).

Public property rule : TTestScriptRule1Array read GetruleArray;

The referenced rule within the external ruleset template.


Generated by PasDoc 0.15.0.