Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DICOM Server: Sends incoming service reqests 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
Anchor
TCPPort
TCPPort

Port that listens for TCP communication.

#SecurityProtocol
Anchor
SecurityProtocol
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
Anchor
DIMSETimeout
DIMSETimeout

DIMSE message timeout in milliseconds. 0 = no timeout.

Default Value: 600000

#RequestTimeout
Anchor
RequestTimeout
RequestTimeout

Sets the DICOM A-Associate request timeout in milliseconds. 0 = no timeout.

Default Value: 5000

#SocketCloseDelay
Anchor
SocketCloseDelay
SocketCloseDelay

Socket close delay in milliseconds after a Dicom A-Release response.

Default Value: 50

#MaximumPDULength
Anchor
MaximumPDULength
MaximumPDULength

Maximum Protocol Data Unit (PDU) package length for receiving PDUs.

Default Value: 16352

#PackPDVs
Anchor
PackPDVs
PackPDVs

Pack command and data PDVs in one PDU.

Default Value: false

#TcpNoDelay
Anchor
TcpNoDelay
TcpNoDelay

Send packets as quickly as possible (Disable Nagle's algorithmn).

Default Value: true

#SendBufferSize
Anchor
SendBufferSize
SendBufferSize

Buffer size used for socket output. 0 = use platform default.

Default Value: 0

#ReceiveBufferSize
Anchor
ReceiveBufferSize
ReceiveBufferSize

Buffer size used for socket input. 0 = use platform default.

Default Value: 0

#MaximumDICOMClients
Anchor
MaximumDICOMClients
MaximumDICOMClients

Maximum number of DICOM clients that can simultaneously connect.

Default Value: 128

#CurrentClients {anchor:CurrentClients]

Current number of connected DICOM clients.

#MaximumIdleThreads
Anchor
MaximumIdleThreads
MaximumIdleThreads

Maximum number of idle threads.

Default Value: 5

#CurrentIdleThreads
Anchor
CurrentIdleThreads
CurrentIdleThreads

Current number of idle threads.

#TLSConfigName
Anchor
TLSConfigName
TLSConfigName

Default Value: dcm4chee.archive:service=TLSConfig

Used internally. Do NOT modify.

#AuditLoggerName
Anchor
AuditLoggerName
AuditLoggerName

Used internally. Do NOT modify.

Default Value: dcm4chee.archive:service=AuditLogger

#Name
Anchor
Name
Name

The class name of the MBean

#State
Anchor
State
State

The status of the MBean

#StateString
Anchor
StateString
StateString

The status of the MBean in text form

Operations

#create
Anchor
create
create

Standard MBean lifecycle method

#start
Anchor
start
start

The start lifecycle operation

#stop
Anchor
stop
stop

The stop lifecycle operation

#destroy
Anchor
destroy
destroy

The destroy lifecycle operation

#jbossInternalLifecycle {anchor:jbossInternalLifecycle]

The detyped lifecycle operation (for internal use only)

#dcmHandler
Anchor
dcmHandler
dcmHandler

Get DICOM Handler

Notifications