Versions Compared

Key

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

...

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, and by {<priority>} to overwrite the forwarding priority specified by attribute #ForwardPriority for this destination.

Syntax:
<forwarding rules> := (<forwarding rule> <EOL>)+ | 'NONE'
<forwarding rule> := [<condition>]<aeTitleTo>[!<from>-<to>][{<priority>}]
<condition> := '[calling'['!']'='<aeTitleFrom>']'
<priority> := 'MEDIUM' | 'HIGH' | 'LOW'
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{HIGH} ,SCP4!8-16{LOW}
Forwards objects received from AE Title SCU1 or SCU2 to Storage SCPs, SCP3 with high priority and to SCP4 with low priority. Forwarding of objects received between 8am and 4pm to SCP4 is delayed until 4 pm.

...