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

Description

Provides auto-routing of DICOM objects that are received by the DICOM Storage Service to remote DICOM applications. This is done by queuing corresponding retrieve requests to the Move SCU Service.

Listens for two additional Notifications PatientUpdated and SeriesUpdated from Content Edit Serviceto enable forwarding DICOM objects to serve the purpose of synchronisation an external DICOM Storage about changes of attribute values and entity hierarchy by the Web Application.

Dependencies

Attributes

ForwardingRules

List of forwarding rules, dependent upon which application - identified by the Calling AE title - sent the objects.
The comma separated list of AE titles after the (optional) condition defines the forwarding destination (the other Storage SCP) by its Called AE Title. Each AE title can be suffixed by !<from>-<to> to defer forwarding to
that destination outside a particular time interval.

Syntax:
<forwarding rules> := (<forwarding rule> <EOL>)+ | 'NONE'
<forwarding rule> := [<condition>]<aeTitleTo>[!<from>-<to>]
<condition> := '[calling'['!']'='<aeTitleFrom>']'
where
<aeTitleFrom> = the calling AE titles separated by commas
<aeTitleTo> = the AE titles that objects are forwarded to, in a comma-separated list (optional)
<from>-<to> = start and end hour (0-23) when no forwarding should be performed for the aeTitleTo (Storage SCP) value

Example:
[calling=SCU1|SCU2]SCP3,SCP4!8-16
Forwards objects received from AE Title SCU1 or SCU2 to Storage SCPs, SCP3 and SCP4. Forwarding of objects received between 8am and 4pm to SCP4 is delayed until 4 pm.

EnablePatientUpdated

Enable/Disable PatientUpdated notification support.
If enabled a PatientUpdated notification will forward all instances of the related patient to each AET listed in ForwardModifiedToAETs
You should enable this feature only if you have to update a system that doesnt support HL7 ADT update messages

EnableSeriesUpdated

Enable/Disable SeriesUpdated notification support. If enabled, a SeriesUpdated notification will forward all instances of the series to each AET listed in ForwardModifiedToAETs.

You should enable this feature only if you have to update a system that doesnt support Private Study Management SCP.

ForwardModifiedToAETitles

Comma separated list of AE titles to which objects modified by using the web application are re-forwarded.
NONE = do not forward modified objects.

See also #EnablePatientUpdated and #EnableSeriesUpdated.

ForwardPriority

Forwarding priority. Enumerated Values: LOW, MEDIUM, HIGH.

StoreScpServiceName

Used internally. Do NOT modify.

MoveScuServiceName

Used internally. Do NOT modify.

EditContentServiceName

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)

Notifications

  • No labels