Class TTestReportParticipant
Unit
bsFhir_r4b
Declaration
type TTestReportParticipant = 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 type_ : string read Gettype_ write Settype_; |
The type of participant.
|
|
property uri : string read Geturi write Seturi; |
The uri of the participant. An absolute URL is preferred.
|
|
property uriElement : Turi read GeturiElement write SeturiElement; |
|
|
property display : string read Getdisplay write Setdisplay; |
The display name of the participant.
|
|
property displayElement : Tstring read GetdisplayElement write SetdisplayElement; |
|
Generated by PasDoc 0.15.0.
|