Modality Performed Procedure Step SCU

Description

DICOM Modality Performed Procedure Step SCU Service. Used to forward MPPS messages received by the MPPS SCP Service.

Dependencies

Attributes

#ForwardingRules

List of forwarding rules, dependent upon which application - identified by the Calling AE title - sent the MPPS. The comma separated list of AE titles after the (optional) condition defines the forwarding destination (the other MPPS SCP) by its Called AE Title.

Syntax:

rules = ( rule { newline rule } | 'NONE' ) (* 'NONE' = no forwarding *)
rule = ['[' 'calling' ['!'] '=' from ']'] to
from = aet { '|'  aet } (* calling AE titles *)
to = aet { ',' aet } (* destination AE titles *)

Example:
[calling!=ORDER_FILLER]ORDER_FILLER
=> Forwards received MPPS to ORDER_FILLER except MPPS received from ORDER_FILLER

Default Value: NONE

#CallingAETitle

Calling AE Ttle used in the Association Request.

Default Value: DCM4CHEE

#Concurrency

Maximum number of concurrent forwarded MPPS messages.

Default Value: 1

#RetryIntervals

Number and interval of retries by the SCU to invoke Storage Commitment Requests.

Syntax:

intervals = retries 'x' interval { ','  retries 'x' interval }
retries = integer
interval = integer ('s' | 'm' | 'h' | 'd')  (* in seconds, minutes, hours or days *)

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.

Default Value: 5x1m,12x5m,24x1h,7x1d

#AcceptTimeout

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

Default Value: 10000

#DIMSETimeout

DIMSE message timeout in ms. 0 = no timeout.

Default Value: 60000

#SocketCloseDelay

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

Default Value: 50

#MaximumPDULength

Maximum protocol data unit (PDU) package length for receiving PDUs.

Default Value: 16352

#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

#QueueName

Used internally. Do not modify.

Default Value: MPPSScu

#JMSServiceName

Used internally. Do NOT modify.

Default Value: dcm4chee.archive:service=JMS

#MppsScpServiceName

Used internally. Do not modify.

Default Value: dcm4chee.archive:service=MPPSScp

#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

The detyped lifecycle operation (for internal use only)

#sendMPPS

Send MPPS to Application Entity specified by AET.

Notifications