This Forward Service supports two additional Notifications PatientUpdated and SeriesUpdated
from ContentEditService to allow forwarding DICOM objects to serve the purpose of update.
(Works only if the received objects are used for updating!)
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>[,<condition>..]']'] <aeTitleTo> ['!'<from>'-'<to>] ['{'<priority>'}']
<condition> := calling ['!'] '=' <aeTitleFrom> or
extRetrieveAET ['!'] '=' <extRetrieveAET> or
archived ['!'] '=' 'true' | 'false'
<priority> := 'MEDIUM' | 'HIGH' | 'LOW'
where
<aeTitleFrom> = calling AE titles separated by pipes ('|')
<extRetrieveAET> = external Retrieve AET (of all instances of SeriesStored) separated by pipes ('|') or '*'
<archived> = If all instances of SeriesStored are marked as archived
<aeTitleTo> = comma separated list of AE titles that objects are forwarded to
'!'<from>'-'<to> = start and end hour (0-23) when no forwarding should be
performed to that destination
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.
Example with central archive: [calling!=CENTRAL,extRetrieveAET!=*]CENTRAL
Forwards all objects to CENTRAL with following exceptions:
1) If sourceAET of received object is CENTRAL
2) If a local object already exists with an extenal RetrieveAET]]>
You should enable this feature only if you have to update a system that doesnt support HL7 ADT update messages]]>
You should enable this feature only if you have to update a system that doesnt support StudyMgtScu service.]]>
see also EnablePatientUpdated and EnableSeriesUpdated.]]>