Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Description

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

Port that listens for TCP communication.

#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: 600000

#RequestTimeout

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

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.

Default Value: 16352

#PackPDVs

Pack command and data PDVs in one PDU.

Default Value: false

#TcpNoDelay

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

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 DICOM clients that can simultaneously connect.

Default Value: 128

#CurrentClients

Current number of connected DICOM clients.

#MaximumIdleThreads

Maximum number of idle threads.

Default Value: 5

#CurrentIdleThreads

Current number of idle threads.

#TLSConfigName

Used internally. Do NOT modify.

Default Value: dcm4chee.archive:service=TLSConfig

#AuditLoggerName

Used internally. Do NOT modify.

Default Value: dcm4chee.archive:service=AuditLogger

#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

Notifications

  • No labels