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

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:

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

RetryIfNoSuchSOPInstance

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

CallingAETitle

Calling AET used in Association Request.

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.

Concurrency

Maximum number of concurrent forwarded messages.

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.

QueueName

Used internally. Do NOT modify.

JMSServiceName

Used internally. Do NOT modify.

StudyMgtScpServiceName

Used internally - do NOT modify.

TLSConfigName

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)

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

  • No labels