Class TTestScriptTest

Unit

Declaration

type TTestScriptTest = 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 name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property action : TTestScriptAction1Array read GetactionArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property name_ : string read Getname_ write Setname_;

The name of this test used for tracking/logging purposes by test engines.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property description : string read Getdescription write Setdescription;

A short description of the test used by test engines for tracking and reporting purposes.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property action : TTestScriptAction1Array read GetactionArray;

Action would contain either an operation or an assertion.


Generated by PasDoc 0.15.0.