Class TTestScriptRequestHeader
Unit
bsFhir_r4b
Declaration
type TTestScriptRequestHeader = 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
Properties
|
property field : string read Getfield write Setfield; |
|
property fieldElement : Tstring read GetfieldElement write SetfieldElement; |
|
property value : string read Getvalue write Setvalue; |
|
property valueElement : Tstring read GetvalueElement write SetvalueElement; |
Description
Methods
|
constructor Create; override; |
|
Properties
|
property field : string read Getfield write Setfield; |
The HTTP header field e.g. "Accept".
|
|
property fieldElement : Tstring read GetfieldElement write SetfieldElement; |
|
|
property value : string read Getvalue write Setvalue; |
The value of the header e.g. "application/fhir+xml".
|
|
property valueElement : Tstring read GetvalueElement write SetvalueElement; |
|
Generated by PasDoc 0.15.0.
|