Class TTestReportOperation
Unit
bsFhir_r4b
Declaration
type TTestReportOperation = class(TBackboneElement)
Description
A summary of information based on the results of executing a TestScript.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
constructor Create; override; |
|
Properties
 |
property result : string read Getresult write Setresult; |
The result of this operation.
|
 |
property message : string read Getmessage write Setmessage; |
An explanatory message associated with the result.
|
 |
property messageElement : Tmarkdown read GetmessageElement write SetmessageElement; |
|
 |
property detail : string read Getdetail write Setdetail; |
A link to further details on the result.
|
 |
property detailElement : Turi read GetdetailElement write SetdetailElement; |
|
Generated by PasDoc 0.15.0.
|