Description

Private Study Management SCU used to forward messages received by Private Study Management SCP. You must use the Content Edit service to identify where study information updates are sent and received. Use the values in the Content Edit service#CalledAETitle and the Content Edit service#CallingAETitle attributes to configure specific forwarding rules in this Service for study information updates received from the Content Edit service.

Dependencies

Attributes

#ForwardingRules

List of forwarding rules.

Syntax:
<forwarding rules> := (<forwarding rule> <EOL>)+ | NONE
<forwarding rule> := [conditions]<aeTitle> { ',' <aeTitle> }
<conditions> := '[' <condition> { ',' <condition> } ']'
<condition> := <attribute> '=' <value>
<attribute> := 'calling' | 'called' | 'command'

<value> is dependant on the condition attribute used:

Default Value: [calling=PACS_NODEXX]PACS_CENTRAL

#RetryIfNoSuchSOPInstance

Retry forward if SCP returns status 0112H (No Such SOP Instance).

Default Value: false

#CallingAETitle

Calling AET used in Association Request.

Default Value: DCM4CHEE

#RetryIntervals

Number and intervals of retries for the failed forward 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.

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

#Concurrency

Maximum number of concurrent forwarded messages.

Default Value: 1

#AcceptTimeout

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

Default Value: 10000

#DIMSETimeout

DIMSE message timeout in milliseconds. 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: StudyMgtScu

#JMSServiceName

Used internally. Do NOT modify.

Default Value: dcm4chee.archive:service=JMS

#StudyMgtScpServiceName

Used internally - do NOT modify.

Default Value: dcm4chee.archive:service=StudyMgtScp

#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)

#forward

Forward DIMSE according to the configured ForwardingRules

#ncreate

Invoke N_CREATE at remote AE.

#nset

Invoke N_SET at remote AE.

#naction

Invoke N_ACTION at remote AE.

#ndelete

Invoke N_DELETE at remote AE.

Notifications