Pub/Sub Manager
Last updated
Last updated
The Pub/Sub manager allows administrators to control the Publish / Subscribe Architecturesubscriptions registered in the iCDR instance.
The publish/subscribe manager shows a list of all registered subscriptions. This view allows administrators to quickly enable or disable outbound subscriptions from the iCDR or dCDR instance.
The commands on this screen:
Create - Allows administrators to create new subscription definitions with the related endpoint information.
Edit - Change the settings of an already registered subscription definition.
Enable / Disable - When a subscription is active, it is sending data out to the configured endpoints, when the subscription is inactive the subscription is registered, but will not send notifications. The enable/disable button permits the administrator to change this setting.
Delete / Un-Delete - Allows an administrator to remove a subscription, and to restore it.
When creating a subscription the administrator will be prompted to enter settings related to the subscription which is being created.
Subscription metadata is used to describe the subscription to other administrators using the iCDR solution.
Name - A unique named identifier for the subscription which appear in logs
Description - A short description of the subscription, its purpose, why it exists.
Support Contact - The person who should be contact when/if the subscription fails.
Next, administrators should specify the criteria under which the notification is triggered.
Applies To - The resource which this subscription applies to
Event(s) - The persistence events when the recipient should be notified
When Criteria - The filters for new events which should be applied when new data is received. These dictate when the recipient will be notified.
The endpoint settings are used to control how and when the messages are sent to the remote endpoint.
Not Before - The date/time when the endpoint should start receiving messages from the iCDR
Not After - The date/time when the endpoint should stop receiving messages from the iCDR
Endpoint - The remote endpoint (url) where the notification dispatches should be sent
Dispatcher - The dispatching class to be used for formatting messages and authentication with the remote endpoint.
Custom Settings - Key/value pairs which are passed to the dispatcher to control settings related to authentication, message formatting, etc.
fhir-message | Send messages using FHIR messaging (a message bundle with content) |
|
fhir-rest-hook | Send messages using FHIR REST operations such as POST, PUT, DELETE. |
|
hl7-llp (coming soon) | Sends LLP messages to a remote HL7v2 receiver using ADT^A01 , ADT^A08 and ADT^A40 (optionally ADT^A38) |
|