eRAD PACS Server

Registered Callback Hooks

Callback hooks are used to issue URL calls when selected, logged events occur. 

To register a callback hook:

  1. Go to Admin/Server Settings
  2. Select Register Callback Hooks
  3. Click the Add button to create a new callback or select a registered callback to edit it
  4. Enter the callback hook settings:
    1. Name (Mandatory) - A unique callback identifier. Supported characters include letters, numbers, dot, dash and underscore. Cannot be modified in edit mode.

    2. Enabled - Activate/Deactivate the callback. 

    3. URL (Mandatory) - The URL called when an event occurs. Must start with “http://” or “https://” to call a web page, or “file:///” to invoke a local application. File URLs are created in /home/medsrv/tmp/callback unless a full patchname is specified. 

    4. Message format - The message format: XML or text.

    5. Trigger actions (Mandatory) - The list of system events that will invoke the callback. At least one event must be selected. 

    6. Notification fields (Mandatory) - The list of log fields contained in the callback message. At least one log field must be selected. 

  5. Click the Confirm or Save icon and Restart