DICOM Server
Description
DICOM Server: Sends incoming service requests to registered DICOM services. When configuring, select the TCP listening port, the security protocol for communication, timeouts, and the maximum number of connected DICOM clients (SCUs).
Dependencies
Attributes
#TCPPort
Port that listens for TCP communication.
Default Value: 11112
#LocalAddress
Local interface IP address to listen for TCP communication. 0.0.0.0 indicates all active interfaces.
Default Value: 0.0.0.0
#SecurityProtocol
Enable Transport Security Layer (TLS) mode:
- dicom
- dicom-tls - accept TLS connections; offer AES or DES encryption
- dicom-tls.aes - accept TLS connections; force AES or DES encryption
- dicom-tls.3des - accept TLS connections; force DES encryption
- dicom-tls.nodes - accept TLS connections without encryption
Default Value: dicom
#DIMSETimeout
DIMSE message timeout in milliseconds. 0 = no timeout.
Default Value: 1200000
#RequestTimeout
Sets the DICOM A-Associate request timeout in milliseconds. 0 = no timeout. Normally, this setting never needs to be changed.
Default Value: 5000
#SocketCloseDelay
Socket close delay in milliseconds after a Dicom A-Release response.
Default Value: 50
#MaximumPDULength
Maximum Protocol Data Unit (PDU) package length for receiving PDUs. This is a global value that applies to all AE titles. If you have performance issues, set the value higher to make the transfers faster. For example, some modalities prefer a larger PDU size, such as 64K instead of the default 16K.
Default Value: 16352
#PackPDVs
Pack command and data PDVs in one PDU. This command can be important for query/retrieve communication. Enabling the PackPDVs value will cut the number of packets down from two to one.
Default Value: false
#TcpNoDelay
Send packets as quickly as possible (Disable Nagle's algorithmn). This should increase performance on a Windows operating system.
Default Value: true
#SendBufferSize
Buffer size used for socket output. 0 = use platform default.
Default Value: 0
#ReceiveBufferSize
Buffer size used for socket input. 0 = use platform default.
Default Value: 0
#MaximumDICOMClients
Maximum number of incoming DICOM clients that can simultaneously connect. If the number is too small, you receive an association blocked event.
Default Value: 128
#CurrentClients
Current number of incoming DICOM clients that are connected.
#MaximumIdleThreads
Maximum number of idle threads.
Default Value: 5
#CurrentIdleThreads
Current number of idle threads.
#DicomSecurityServiceName
Used internally. Do NOT modify.
#TLSConfigName
Used internally. Do NOT modify.
Default Value: dcm4chee.archive:service=TLSConfig
#Name
The class name of the MBean
#State
The status of the MBean
#StateString
The status of the MBean in text form
Operations
#create
Standard MBean lifecycle method
#start
The start lifecycle operation
#stop
The stop lifecycle operation
#destroy
The destroy lifecycle operation
#jbossInternalLifecycle {anchor:jbossInternalLifecycle]
The detyped lifecycle operation (for internal use only)
#dcmHandler
Get DICOM Handler
notifyCallingAETchange(calledAETs, newCallingAETs)
Send CallingAET changed notification