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

DICOM Modality Worklist SCP. Worklist entries are created, updated and deleted by the ORM Service according received HL7 order (ORM^O01) messages. Its initial SCHEDULED status may change to ARRIVED by the ADT Service triggered by receive of an HL7 patient arriving (ADT^A10) message. Its status further changes to STARTED, COMPLETED or DISCONTINUED on receive of DICOM MPPS messages by the Modality Performed Procedure Step SCP.

Query Modality Worklist

Dependencies

Attributes

#CalledAETs

Accepted called AE titles, separated by \ (backslash).

Default Value: DCM4CHEE

#CallingAETitles

Accepted calling AE titles, separated by \ (backslash).
ANY = accept any.

Default Value: ANY

#AcceptedTransferSyntax

List of accepted Transfer Syntaxes. Order defines selection preference. Use either the Transfer Syntaxes UID value or following defined symbolic names:

  • ImplicitVRLittleEndian,
  • ExplicitVRLittleEndian,
  • DeflatedExplicitVRLittleEndian,
  • ExplicitVRBigEndian

Default Value:

ExplicitVRLittleEndian
ImplicitVRLittleEndian

#CheckMatchingKeySupported

Enable check if unsupported matching key(s) are used in C-FIND. In this case the C-FIND PENDING status is changed from 0xff00 (success) to 0xff01 (warning).

Default Value: true

#MaximumPDULength

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

(warning) This property should be set to equal values for all DICOM SCP services with same called AE Title(s). Otherwise it is non-deterministic, which configured value is effective.

Default Value: 16352

#MaximumOperationsInvoked

The maximum number of outstanding operations and/or sub-operations it allows the Association-requester to invoke asynchronously. A value of zero indicates an unlimited number of outstanding operations.

(warning) This property should be set to equal values for all DICOM SCP services with same called AE Title(s). Otherwise it is non-deterministic, which configured value is effective.

Default Value: 1

#MaximumOperationsPerformed

The maximum number of outstanding operations and/or sub-operations it allows the Association-requester to perform asynchronously. A value of zero indicates an unlimited number of outstanding operations.

(warning) This property should be set to equal values for all DICOM SCP services with same called AE Title(s). Otherwise it is non-deterministic, which configured value is effective.

Default Value: 1

#LogAETitles

List of the AE titles for the MWL SCUs for which XMLized query and result attributes are logged into files <AET>/<timestamp>-mwl-cfindrq.xml and <AET>/<timestamp>-mwl-cfindrsp.xml in the log directory.
Useful for creation of XSL stylesheets for query/result attribute coercion.
Separate multiple values by (backslash). NONE = no calling AE titles.

Default Value: NONE

#CoerceConfigDirectory

Directory where configuration files for query/result attribute coercion are located: if XSL stylesheet "mwl-cfindrq.xsl" or "mwl-cfindrsp.xsl" exists in this directory or in a sub-directory equal to the AE Title of a MWL SCU, query/result attributes from/to this SCU will be coerced according these stylesheets. A relative path name is resolved relative to dcm4chee_home/server/default/.

Default Value: conf/dcm4chee-ae

#EjbProviderURL

Identifies JNDI (e.g: jnp://hostname:1099) with EJBs.
"LOCAL", if EJBs are deployed in same JBoss instance.

Default Value: LOCAL

#DcmServerName

Used internally. Do not modify.

Default Value: dcm4chee.archive:service=DcmServer

#MppsScpServiceName

Used internally - do NOT modify.

Default Value: dcm4chee.archive:service=MPPSScp

#AuditLoggerName

Used internally. Do not modify.

Default Value: dcm4chee.archive:service=AuditLogger

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

#reloadStylesheets

Reload Stylesheets

Notifications

  • No labels