Class TCapabilityStatementEndpoint

Unit

Declaration

type TCapabilityStatementEndpoint = 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

Public constructor Create; override;

Properties

Public property protocol : TCoding read Getprotocol write Setprotocol;
Public property address : string read Getaddress write Setaddress;
Public property addressElement : Turl read GetaddressElement write SetaddressElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property protocol : TCoding read Getprotocol write Setprotocol;

A list of the messaging transport protocol(s) identifiers, supported by this endpoint.

Public property address : string read Getaddress write Setaddress;

The network address of the endpoint. For solutions that do not use network addresses for routing, it can be just an identifier.

Public property addressElement : Turl read GetaddressElement write SetaddressElement;
 

Generated by PasDoc 0.15.0.