Class TCapabilityStatementMessaging

Unit

Declaration

type TCapabilityStatementMessaging = class(TBackboneElement)

Description

A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server 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

Public constructor Create; override;

Properties

Public property endpoint : TCapabilityStatementEndpointArray read GetendpointArray;
Public property reliableCache : Int64 read GetreliableCache write SetreliableCache;
Public property reliableCacheElement : TunsignedInt read GetreliableCacheElement write SetreliableCacheElement;
Public property documentation : string read Getdocumentation write Setdocumentation;
Public property documentationElement : Tmarkdown read GetdocumentationElement write SetdocumentationElement;
Public property supportedMessage : TCapabilityStatementSupportedMessageArray read GetsupportedMessageArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property endpoint : TCapabilityStatementEndpointArray read GetendpointArray;

An endpoint (network accessible address) to which messages and/or replies are to be sent.

Public 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).

Public property reliableCacheElement : TunsignedInt read GetreliableCacheElement write SetreliableCacheElement;
 
Public 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.

Public property documentationElement : Tmarkdown read GetdocumentationElement write SetdocumentationElement;
 
Public property supportedMessage : TCapabilityStatementSupportedMessageArray read GetsupportedMessageArray;

References to message definitions for messages this system can send or receive.


Generated by PasDoc 0.15.0.