Class TSubscription
Unit
bsFhir_stu3
Declaration
type TSubscription = class(TDomainResource)
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. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property status : string read Getstatus write Setstatus; |
The status of the subscription, which marks the server state for managing the subscription.
|
|
property contact : TContactPointArray read GetcontactArray; |
Contact details for a human to contact about the subscription. The primary use of this for system administrator troubleshooting.
|
|
property end_ : string read Getend_ write Setend_; |
The time for the server to turn the subscription off.
|
|
property end_Element : Tinstant read Getend_Element write Setend_Element; |
|
|
property reason : string read Getreason write Setreason; |
A description of why this subscription is defined.
|
|
property reasonElement : Tstring read GetreasonElement write SetreasonElement; |
|
|
property criteria : string read Getcriteria write Setcriteria; |
The rules that the server should use to determine when to generate notifications for this subscription.
|
|
property criteriaElement : Tstring read GetcriteriaElement write SetcriteriaElement; |
|
|
property error : string read Geterror write Seterror; |
A record of the last error that occurred when the server processed a notification.
|
|
property errorElement : Tstring read GeterrorElement write SeterrorElement; |
|
|
property channel : TSubscriptionChannel read Getchannel write Setchannel; |
Details where to send notifications when resources are received that meet the criteria.
|
|
property tag : TCodingArray read GettagArray; |
A tag to add to any resource that matches the criteria, after the subscription is processed.
|
Generated by PasDoc 0.15.0.
|