Class TTestScriptDestination

Unit

Declaration

type TTestScriptDestination = class(TBackboneElement)

Description

A structured set of tests against a FHIR server or client implementation to determine compliance against the FHIR specification.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property index_ : integer read Getindex_ write Setindex_;
Public property index_Element : Tinteger read Getindex_Element write Setindex_Element;
Public property profile : TCoding read Getprofile write Setprofile;
Public property url : string read Geturl write Seturl;
Public property urlElement : Turl read GeturlElement write SeturlElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property index_ : integer read Getindex_ write Setindex_;

Abstract name given to a destination server in this test script. The name is provided as a number starting at 1.

Public property index_Element : Tinteger read Getindex_Element write Setindex_Element;
 
Public property profile : TCoding read Getprofile write Setprofile;

The type of destination profile the test system supports.

Public property url : string read Geturl write Seturl;

The explicit url path of the destination server used in this test script.

Public property urlElement : Turl read GeturlElement write SeturlElement;
 

Generated by PasDoc 0.15.0.