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 2 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

DIMSETimeout

DIMSE message timeout in milliseconds. 0 = no timeout.

RequestTimeout

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

SocketCloseDelay

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

MaximumPDULength

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

PackPDVs

Pack command and data PDVs in one PDU.

TcpNoDelay

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

SendBufferSize

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

ReceiveBufferSize

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

MaximumDICOMClients

Maximum number of DICOM clients that can simultaneously connect.

CurrentClients

Current number of connected DICOM clients.

MaximumIdleThreads

Maximum number of idle threads.

CurrentIdleThreads

Current number of idle threads.

TLSConfigName

Used internally. Do NOT modify.

AuditLoggerName

Used internally. Do NOT modify.

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

The detyped lifecycle operation (for internal use only)

dcmHandler

Get DICOM Handler

Notifications

  • No labels