Versions Compared

Key

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

...

Listens for two additional Notifications PatientUpdated and SeriesUpdated from Content Edit Service to 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
Anchor
ForwardingRules
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.

...

Default Value: [calling=SCU1|SCU2]SCP3,SCP4!8-16;NONE

#EnablePatientUpdated
Anchor
EnablePatientUpdated
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

(info) You should enable this feature only if you have to update a system that doesnt support HL7 ADT update messages

...

Default Value: false

#EnableSeriesUpdated
Anchor
EnableSeriesUpdated
EnableSeriesUpdated

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

...

(info) You should enable this feature only if you have to update a system that

...

does not support Private Study Management SCP.

Default Value: false

...

#ForwardModifiedToAETitles
Anchor
ForwardModifiedToAETitles
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.

Default Value: NONE

...

#ForwardPriority
Anchor
ForwardPriority
ForwardPriority

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

...

Default Value: MEDIUM

#StoreScpServiceName
Anchor
StoreScpServiceName
StoreScpServiceName

Used internally. Do NOT modify.

Default Value: dcm4chee.archive:service=StoreScp

...

#MoveScuServiceName
Anchor
MoveScuServiceName
MoveScuServiceName

Used internally. Do NOT modify.

Default Value: dcm4chee.archive:service=MoveScu

...

#EditContentServiceName
Anchor
EditContentServiceName
EditContentServiceName

Used internally. Do NOT modify.

Default Value: dcm4chee.archive:service=ContentEditService

...

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

...