Attributes Modification SCU Service. Forwards Attributes Modification Notifications received by the Attributes Modification SCP Service according specified Forwarding Rules. org.dcm4chex.archive.dcm.modify.AttributesModificationScuService The default constructor AttributesModificationScuService &defaultAttributes; &defaultSCUAttributes;
Syntax:
rules = ( rule { newline rule } | 'NONE' ) (* 'NONE' = no forwarding *)
rule = ['[' 'calling' ['!'] '=' from ']'] to
from = aet { '|' aet } (* calling AE titles *)
to = aet { ',' aet } (* destination AE titles *)

Example: [calling!=CENTRAL]CENTRAL
=> Forwards received Attributes Modification Notifications to CENTRAL, except Attributes Modification Notifications received from CENTRAL]]>
ForwardingRules java.lang.String
Calling AE Title used in the Association Request. CallingAETitle java.lang.String Maximum number of concurrent forwarded Attributes Modification Notifications. Concurrency int Priority used in Attributes Modification Notifications C-STORE RQs. Enumerated Values: LOW, MEDIUM, HIGH. Priority java.lang.String Format:
Comma separated list of xinterval pairs.
The interval can be specified in seconds (##s), minutes (##m), hours (##h) or days (##d).
Example:
5x1m,10x10m means retry a total of 5 times, one minute apart for each retry; then retry a total of 10 times, 10 minutes apart for each retry.]]>
RetryIntervals java.lang.String
not cause retry of the failed Attributes Modification Notifications. Typically used to avoid retries of Attributes Modification Notifications failed because the target entity does not exists at the forward destination. S. also attribute EntityNotFoundErrorCode of the Attributes Modification SCP Service.]]> NoRetryErrorCode java.lang.String Used internally. Do NOT modify. QueueName java.lang.String Used internally. Do NOT modify. JMSServiceName javax.management.ObjectName Used internally. Do not modify. AttributesModificationScpServiceName javax.management.ObjectName &defaultOperations;