Class TSubscriptionChannel

Unit

Declaration

type TSubscriptionChannel = class(TBackboneElement)

Description

The subscription resource is used to define a push based subscription from a server to another system. Once a subscription is registered with the server, the server checks every resource that is created or updated, and if the resource matches the given criteria, it sends a message on the defined "channel" so that another system is able to take an appropriate action.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : TSubscriptionChannelType read Gettype_Element write Settype_Element;
Public property endpoint : string read Getendpoint write Setendpoint;
Public property endpointElement : Turi read GetendpointElement write SetendpointElement;
Public property payload : string read Getpayload write Setpayload;
Public property payloadElement : Tstring read GetpayloadElement write SetpayloadElement;
Public property header : TBSFHIRPrimitiveStringArray read GetheaderArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : string read Gettype_ write Settype_;

The type of channel to send notifications on.

Public property type_Element : TSubscriptionChannelType read Gettype_Element write Settype_Element;
 
Public property endpoint : string read Getendpoint write Setendpoint;

The uri that describes the actual end-point to send messages to.

Public property endpointElement : Turi read GetendpointElement write SetendpointElement;
 
Public property payload : string read Getpayload write Setpayload;

The mime type to send the payload in - either application/fhir+xml, or application/fhir+json. If the payload is not present, then there is no payload in the notification, just a notification.

Public property payloadElement : Tstring read GetpayloadElement write SetpayloadElement;
 
Public property header : TBSFHIRPrimitiveStringArray read GetheaderArray;

Additional headers / information to send as part of the notification.


Generated by PasDoc 0.15.0.