Class TTestScriptRequestHeader

Unit

Declaration

type TTestScriptRequestHeader = 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 field : string read Getfield write Setfield;
Public property fieldElement : Tstring read GetfieldElement write SetfieldElement;
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 field : string read Getfield write Setfield;

The HTTP header field e.g. "Accept".

Public property fieldElement : Tstring read GetfieldElement write SetfieldElement;
 
Public property value : string read Getvalue write Setvalue;

The value of the header e.g. "application/fhir+xml".

Public property valueElement : Tstring read GetvalueElement write SetvalueElement;
 

Generated by PasDoc 0.15.0.