Class TCapabilityStatementEndpoint
Unit
bsFhir_stu3
Declaration
type TCapabilityStatementEndpoint = class(TBackboneElement)
Description
A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.
Hierarchy
Overview
Methods
Properties
|
property protocol : TCoding read Getprotocol write Setprotocol; |
|
property address : string read Getaddress write Setaddress; |
|
property addressElement : Turi read GetaddressElement write SetaddressElement; |
Description
Methods
|
constructor Create; override; |
|
Properties
|
property protocol : TCoding read Getprotocol write Setprotocol; |
A list of the messaging transport protocol(s) identifiers, supported by this endpoint.
|
|
property address : string read Getaddress write Setaddress; |
The network address of the end-point. For solutions that do not use network addresses for routing, it can be just an identifier.
|
|
property addressElement : Turi read GetaddressElement write SetaddressElement; |
|
Generated by PasDoc 0.15.0.
|