Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Dependencies

Attributes

...

#ForwardingRules
Anchor
ForwardingRules
ForwardingRules

List of forwarding rules.

...

  • if 'calling', <value> is the AE title. Possible values can be configured in the Content Edit Serviceservice.
  • if 'called', <value> is the called AE title. Possible values can be configured in the Content Edit Serviceservice.
  • if 'command', <value> := 'N_CREATE_RQ' | 'N_SET_RQ' | 'N_DELETE_RQ' | 'N_ACTION_RQ(1)' | 'N_ACTION_RQ(2)'

...

Default Value: [calling=PACS_NODEXX]PACS_CENTRAL

#RetryIfNoSuchSOPInstance
Anchor
RetryIfNoSuchSOPInstance
RetryIfNoSuchSOPInstance

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

...

Default Value: false

#CallingAETitle
Anchor
CallingAETitle
CallingAETitle

Calling AET used in Association Request.

...

Default Value: DCM4CHEE

#RetryIntervals
Anchor
RetryIntervals
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
Anchor
Concurrency
Concurrency

Maximum number of concurrent forwarded messages.

...

Default Value: 1

#AcceptTimeout
Anchor
AcceptTimeout
AcceptTimeout

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

...

Default Value: 10000

#DIMSETimeout
Anchor
DIMSETimeout
DIMSETimeout

DIMSE message timeout in milliseconds. 0 = no timeout.

...

Default Value: 60000

#SocketCloseDelay
Anchor
SocketCloseDelay
SocketCloseDelay

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

...

Default Value: 50

#MaximumPDULength
Anchor
MaximumPDULength
MaximumPDULength

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

Default Value: 16352

#TcpNoDelay
Anchor
TcpNoDelay
TcpNoDelay

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

Default Value: true

...

#SendBufferSize
Anchor
SendBufferSize
SendBufferSize

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

...

Default Value: 0

#ReceiveBufferSize
Anchor
ReceiveBufferSize
ReceiveBufferSize

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

...

Default Value: 0

#QueueName
Anchor
QueueName
QueueName

Used internally. Do NOT modify.

...

Default Value: StudyMgtScu

#JMSServiceName
Anchor
JMSServiceName
JMSServiceName

Used internally. Do NOT modify.

...

Default Value: dcm4chee.archive:service=JMS

#StudyMgtScpServiceName
Anchor
StudyMgtScpServiceName
StudyMgtScpServiceName

Used internally - do NOT modify.

...

Default Value: dcm4chee.archive:service=StudyMgtScp

#TLSConfigName
Anchor
TLSConfigName
TLSConfigName

Used internally. Do NOT modify.

...

Default Value: dcm4chee.archive:service=TLSConfig

#Name
Anchor
Name
Name

The class name of the MBean

...

#State
Anchor
State
State

The status of the MBean

...

#StateString
Anchor
StateString
StateString

The status of the MBean in text form

Operations

...

#create
Anchor
create
create

Standard MBean lifecycle method

...

#start
Anchor
start
start

The start lifecycle operation

...

#stop
Anchor
stop
stop

The stop lifecycle operation

...

#destroy
Anchor
destroy
destroy

The destroy lifecycle operation

...

#jbossInternalLifecycle
Anchor
jbossInternalLifecycle
jbossInternalLifecycle

The detyped lifecycle operation (for internal use only)

...

#forward
Anchor
forward
forward

Forward DIMSE according to the configured ForwardingRules

...

#ncreate
Anchor
ncreate
ncreate

Invoke N_CREATE at remote AE.

...

#nset
Anchor
nset
nset

Invoke N_SET at remote AE.

...

#naction
Anchor
naction
naction

Invoke N_ACTION at remote AE.

...

#ndelete
Anchor
ndelete
ndelete

Invoke N_DELETE at remote AE.

...