Discovery Control Panel Configuration
Introduction
Discovery is built on open source XNAT. It allows you to:
- configure connections between PACS or VNA
- index the DICOM metadata
- manage data requests that come from Discovery Dashboard
- upload imaging study identifiers
Data requests can then be pulled as full imaging studies from your clinical imaging system and staged for further processing and analysis.
This document provides detailed instructions to configure your Discovery Control Panel site.
Instruction Steps
Enable Discovery Feature for the Site
Enabling this feature will enable the link to the Discovery Dashboard in the top navigation bar.
To learn more about enabling XNAT features in general, visit the XNAT wiki.
To enable the Discovery Feature:
-
Navigate to Administer
-
Select Manage Features
Note Features may need to be enabled on your site which you can do with a POST
to /xapi/siteConfig
with the following request body:
You can also navigate directly to Manage Features in the web UI as seen below:
Add New PACS Configuration
A PACS configuration must be added in order to index and extract images. Contact your PACS administrator to get AE Title information.
From the existing DICOM Query Retrieve plugin, add any number of external PACS systems to index using the Discovery plugin. The remote PACS system must support query retrieval and move operations.
-
Navigate to Administer
-
Select Plugin Settings
-
Select DQR Settings
-
Select the New DICOM AE button
-
Enter the AE Title information you received from your PACS admin and select Save
Add Two New DICOM SCP Receivers
In order for PACS to send information back to Discovery Control Panel, DICOM SCP receivers must be configured.
The plugin requires two new SCP receivers to use for indexing and archiving. Both of these SCP listeners should be assigned the iqObjectIdentifier
.
-
Navigate to Administer
-
Select Site Administration
-
Select DICOM SCP Receivers under the Advanced XNAT Settings group
-
Select the New DICOM SCP Receiver button
After configuring both SCP receivers, they should be visible and shown as below.
Configure Discovery Receivers
To configure the Discovery Receivers:
-
Navigate to Administer
-
Select Plugin Settings
-
Select IQ Plugin
-
Add Discovery AETitles for indexing and ‘indexing + archiving’ to Discovery config
Index Support
Data in Discovery can be indexed via the admin pages described below. In this mode, a single file from each series will be moved to this indexing-only AETitle and used to create the Discovery indexes for searching. The original instance file will not be saved in XNAT.
Index and Archive Support
Alternatively, data can be pushed to the Discovery-enabled archiving AE title and the DICOM images will be indexed AND archived into the XNAT system. This is a mechanism to populate XNAT and index at the same time.
Discovery Admin Usage
Once everything is configured, please continue to the Discovery Control Panel User Guide for more information on indexing and requesting data from a PACS.
Resources
Discovery Control Panel User Guide