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

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

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

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


  • No labels