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 5 Next »

Description

Modality Worklist SCU. Used by the Modality Worklist Console of the Archive Web Administration tool and by the Storage SCP service to query the configured Modality Worklist SCP for Scheduled Procedure Steps.

Dependencies

Attributes

#CallingAETitle

The calling AE title.

Default Value: DCM4CHEE

#CalledAETitle

The AE title of the Modality Worklist SCP to query. Use LOCAL if the DICOM modality worklist is provided by the archive and can be accessed directly from the database.
(info) Deletion of worklist entries by the Modality Worklist Console of the Archive Web Administration tool is only possible if this attribute is set to LOCAL.

Default Value: LOCAL

#MaxResults

Limit number of returned matching MWL items by operation #findMWLEntries. If an external Modality Worklist SCP is queried, a cancel request will be invoked after receive of the specified number of query responses.

Default Value: 20

#Local

This value is is set to true if the #CalledAETitle attribute is set to LOCAL.

#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, in bytes.

Default Value: 16352

#Priority

Priority for C-Find requests. Enumerated Values: LOW, MEDIUM, HIGH.
(info) Only effective for queries of a remote Modality Worlist SCP which actual interprets the priority attribute in the DICOM C-FIND request.

Default Value: MEDIUM

#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

#TLSConfigName

Used internally. Do not modify.

Default Value: dcm4chee.archive:service=TLSConfig

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)

#findMWLEntries

Get a list of modality worklist entries.

#findMWLEntriesLocal

Get a list of modality worklist entries using local database access.

#deleteMWLEntry

Delete a modality worklist entry.

Notifications

  • No labels