Class TCapabilityStatementMessaging
Unit
bsFhir_r5
Declaration
type TCapabilityStatementMessaging = class(TBackboneElement)
Description
A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server or Client for a particular version of FHIR that may be used as a statement of actual server functionality or a statement of required or desired server implementation.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property endpoint : TCapabilityStatementEndpointArray read GetendpointArray; |
An endpoint (network accessible address) to which messages and/or replies are to be sent.
|
|
property reliableCache : Int64 read GetreliableCache write SetreliableCache; |
Length if the receiver's reliable messaging cache in minutes (if a receiver) or how long the cache length on the receiver should be (if a sender).
|
|
property reliableCacheElement : TunsignedInt read GetreliableCacheElement write SetreliableCacheElement; |
|
|
property documentation : string read Getdocumentation write Setdocumentation; |
Documentation about the system's messaging capabilities for this endpoint not otherwise documented by the capability statement. For example, the process for becoming an authorized messaging exchange partner.
|
|
property documentationElement : Tmarkdown read GetdocumentationElement write SetdocumentationElement; |
|
Generated by PasDoc 0.15.0.
|