Class TTestScriptParam3

Unit

Declaration

type TTestScriptParam3 = 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 value : string read Getvalue write Setvalue;
Public property valueElement : Tstring read GetvalueElement write SetvalueElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property name_ : string read Getname_ write Setname_;

Descriptive name for this parameter that matches the external assert ruleset rule parameter name.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property value : string read Getvalue write Setvalue;

The value for the parameter that will be passed on to the external ruleset rule template.

Public property valueElement : Tstring read GetvalueElement write SetvalueElement;
 

Generated by PasDoc 0.15.0.