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

Version 1 Next »

Description

Move SCU Service to process move orders. Invokes DICOM Retrieve requests, typically from the archive's own DICOM Query/Retrieve Service (SCP).

Dependencies

Attributes

CallingAETitle

Calling AE title of the Move SCU.

CalledAETitle

AE title of the default Move SCP. Only effective, if a Move order does not specify a Retrieve AE title.

RetryIntervals

Number and interval of retries made for failed Move Requests.
Format: Comma separated list of <number>x<interval> pairs.
The interval can be specified in seconds (##s), minutes (##m), hours (##h) or days (##d).

Example: 5x1m,10x10m
=> retry a total of 5 times, one minute apart for each retry; then retry a total of 10 times, 10 minutes apart for each retry.

Concurrency

Maximum number of concurrent invoked Move Requests.

AcceptTimeout

A-Associate accept timeout in milliseconds. 0 = no timeout.

DIMSETimeout

DIMSE message timeout in milliseconds. 0 = no timeout.

SocketCloseDelay

Socket close delay in milliseconds after an A-Release response.

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.

TLSConfigName

Used internally. Do NOT modify.

JMSServiceName

Used internally. Do NOT modify.

QueueName

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)

scheduleMoveSeries

Schedule Retrieve of single Series.

scheduleMove

Schedule Retrieve

Notifications

  • No labels