Class TTestScriptCapability

Unit

Declaration

type TTestScriptCapability = 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 required : boolean read Getrequired write Setrequired;
Public property requiredElement : Tboolean read GetrequiredElement write SetrequiredElement;
Public property validated : boolean read Getvalidated write Setvalidated;
Public property validatedElement : Tboolean read GetvalidatedElement write SetvalidatedElement;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property origin : TBSFHIRPrimitiveIntegerArray read GetoriginArray;
Public property destination : integer read Getdestination write Setdestination;
Public property destinationElement : Tinteger read GetdestinationElement write SetdestinationElement;
Public property link : TBSFHIRPrimitiveStringArray read GetlinkArray;
Public property capabilities : string read Getcapabilities write Setcapabilities;
Public property capabilitiesElement : Tcanonical read GetcapabilitiesElement write SetcapabilitiesElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property required : boolean read Getrequired write Setrequired;

Whether or not the test execution will require the given capabilities of the server in order for this test script to execute.

Public property requiredElement : Tboolean read GetrequiredElement write SetrequiredElement;
 
Public property validated : boolean read Getvalidated write Setvalidated;

Whether or not the test execution will validate the given capabilities of the server in order for this test script to execute.

Public property validatedElement : Tboolean read GetvalidatedElement write SetvalidatedElement;
 
Public property description : string read Getdescription write Setdescription;

Description of the capabilities that this test script is requiring the server to support.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property origin : TBSFHIRPrimitiveIntegerArray read GetoriginArray;

Which origin server these requirements apply to.

Public property destination : integer read Getdestination write Setdestination;

Which server these requirements apply to.

Public property destinationElement : Tinteger read GetdestinationElement write SetdestinationElement;
 
Public property link : TBSFHIRPrimitiveStringArray read GetlinkArray;

Links to the FHIR specification that describes this interaction and the resources involved in more detail.

Public property capabilities : string read Getcapabilities write Setcapabilities;

Minimum capabilities required of server for test script to execute successfully. If server does not meet at a minimum the referenced capability statement, then all tests in this script are skipped.

Public property capabilitiesElement : Tcanonical read GetcapabilitiesElement write SetcapabilitiesElement;
 

Generated by PasDoc 0.15.0.