Class TTestScriptRule2

Unit

Declaration

type TTestScriptRule2 = 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 ruleId : string read GetruleId write SetruleId;
Public property ruleIdElement : Tid read GetruleIdElement write SetruleIdElement;
Public property param : TTestScriptParam2Array read GetparamArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property ruleId : string read GetruleId write SetruleId;

The TestScript.rule id value this assert will evaluate.

Public property ruleIdElement : Tid read GetruleIdElement write SetruleIdElement;
 
Public property param : TTestScriptParam2Array read GetparamArray;

Each rule template can take one or more parameters for rule evaluation.


Generated by PasDoc 0.15.0.