Skip to main content
Skip table of contents

DICOM SCP API (Deprecated)

These API were generated for XNAT 1.6 to support a single DICOM SCP receiver definition, and are not guaranteed to work in XNAT 1.7 and later. See DICOM SCP API documentation for up-to-date XAPI URIs.


Contents


Get DICOM SCP Status

CODE
GET - /data/services/dicomscp

Parameters: none

Response: Returns one of the following strings:

  • DicomSCP service is enabled (listening).
  • DicomSCP service is disabled (not listening).


Update DICOM SCP Status

CODE
POST - /data/services/dicom/{status}

Parameters:

{status}
  • start: enables the receiver
  • stop: disables the receiver

Response: Returns one of the following strings:

  • DicomSCP service is enabled (listening).
  • DicomSCP service is disabled (not listening).


Update DICOM SCP Default on System Startup

CODE
POST - /data/services/settings/enableDicomReceiver/{default_setting}

Parameters:

{default_setting}
  • true: enables the receiver immediately, and will come on by default on system startup
  • false: disables the receiver immediately, and will not come on by default on system startup


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.