Class TSubscriptionStatusNotificationEvent
Unit
bsFhir_r4b
Declaration
type TSubscriptionStatusNotificationEvent = class(TBackboneElement)
Description
The SubscriptionStatus resource describes the state of a Subscription during notifications.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property eventNumber : string read GeteventNumber write SeteventNumber; |
The sequential number of this event in this subscription context. Note that this value is a 64-bit integer value, encoded as a string.
|
|
property eventNumberElement : Tstring read GeteventNumberElement write SeteventNumberElement; |
|
|
property timestamp : string read Gettimestamp write Settimestamp; |
The actual time this event occured on the server.
|
|
property timestampElement : Tinstant read GettimestampElement write SettimestampElement; |
|
|
property focus : TReference read Getfocus write Setfocus; |
The focus of this event. While this will usually be a reference to the focus resource of the event, it MAY contain a reference to a non-FHIR object.
|
|
property additionalContext : TReferenceArray read GetadditionalContextArray; |
Additional context information for this event. Generally, this will contain references to additional resources included with the event (e.g., the Patient relevant to an Encounter), however it MAY refer to non-FHIR objects.
|
Generated by PasDoc 0.15.0.
|