DICOM Modality Performed Procedure Step SCU Service. Used to forward MPPS messages received by the MPPS SCP Service. org.dcm4chex.archive.dcm.mppsscu.MPPSScuService The default constructor MPPSScuService &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!=ORDER_FILLER]ORDER_FILLER
=> Forwards received MPPS to ORDER_FILLER, except MPPS received from ORDER_FILLER]]>
ForwardingRules java.lang.String
Calling AE Ttle used in the Association Request. CallingAETitle java.lang.String Maximum number of concurrent forwarded MPPS messages. Concurrency int Number and intervals of retries for failed MPPS forward requests. <br>Format: <br>Comma separated list of <i>number</i>x<i>interval</i> pairs. <br>The interval can be specified in seconds (##s), minutes (##m), hours (##h) or days (##d). <br>Example: <br>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 Used internally. Do NOT modify. QueueName java.lang.String Used internally. Do NOT modify. JMSServiceName javax.management.ObjectName Used internally. Do not modify. MppsScpServiceName javax.management.ObjectName &defaultOperations; Send MPPS to Application Entity specified by AET. sendMPPS if true, send N-CREATE, otherwise N-SET MPPS message. create boolean MPPS Dataset mpps org.dcm4che.data.Dataset Application Entity Title aet java.lang.String void