Class TSubscriptionStatus
Unit
bsFhir_r4b
Declaration
type TSubscriptionStatus = class(TDomainResource)
Description
The SubscriptionStatus resource describes the state of a Subscription during notifications. 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 type_ : string read Gettype_ write Settype_; |
The type of event being conveyed with this notificaiton.
|
|
property eventsSinceSubscriptionStart : string read GeteventsSinceSubscriptionStart write SeteventsSinceSubscriptionStart; |
The total number of actual events which have been generated since the Subscription was created (inclusive of this notification) - regardless of how many have been successfully communicated. This number is NOT incremented for handshake and heartbeat notifications.
|
|
property eventsSinceSubscriptionStartElement : Tstring read GeteventsSinceSubscriptionStartElement write SeteventsSinceSubscriptionStartElement; |
|
|
property subscription : TReference read Getsubscription write Setsubscription; |
The reference to the Subscription which generated this notification.
|
|
property topic : string read Gettopic write Settopic; |
The reference to the SubscriptionTopic for the Subscription which generated this notification.
|
|
property topicElement : Tcanonical read GettopicElement write SettopicElement; |
|
|
property error : TCodeableConceptArray read GeterrorArray; |
A record of errors that occurred when the server processed a notification.
|
Generated by PasDoc 0.15.0.
|