Private Study Management Service SCU Service used to forward
messages received by private Study Management Service SCP Service. You must use the Content Edit service to identify where study information updates are sent and received. Use the values in the CalledAETitle and the CallingAETitle attributesto configure
specific forwarding rules in this StudyMgtScu Service for study information updates
received from the Content Edit Service.
org.dcm4chex.archive.dcm.stymgt.StudyMgtScuService
The default constructor
StudyMgtScuService
&defaultAttributes;
&defaultSCUAttributes;
List of forwarding rules.
<br>Format:<br>[<i>condition</i>=<i>value</i>,<i>condition</i>=<i>value</i>,...]<i>aeTitle</i>, <i>aeTitle</i>,... | NONE
<br>where
<br><i>condition</i> = calling|called|command
<br><i>value</i> =
the <i>value</i> is dependant on the condition variable used:<br>calling - if the condition variable is calling, the value is the AE title. Possible values can be configured in the ContentEdit service.
<br>called - if the condition variable is called, the value is the called AE title. Possible values can be configured in the ContentEdit service.
<br>command - if the condition variable is command, the values can be N_CREATE_RQ | N_SET_RQ | N_DELETE_RQ | N_ACTION_RQ(1) | N_ACTION_RQ(2)
<br>Note that you can optionally have a comma-separated list of <i>condition</i>=<i>value</i> statements.
<br><i>aeTitle</i> = the AE title the forward rule applies to
<br>Note that you can have a comma-separate list of <i>aeTitles</i> to which the forwarding rule applies.
ForwardingRules
java.lang.String
Retry forward if SCP returns status 0112H (No Such SOP Instance).
RetryIfNoSuchSOPInstance
boolean
Calling AET used in Association Request.
CallingAETitle
java.lang.String
Number and intervals of retries for the failed
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
Maximum number of concurrent forwarded messages.
Concurrency
int
Used internally. Do NOT modify.
QueueName
java.lang.String
Used internally. Do NOT modify.
JMSServiceName
javax.management.ObjectName
Used internally. Do NOT modify.
StudyMgtScpServiceName
javax.management.ObjectName
&defaultOperations;
Forward DIMSE according to the configured ForwardingRules
forward
Original Calling AE title
origCallingAET
java.lang.String
Original Called AE title
origCalledAET
java.lang.String
SOP Instance UID
iuid
java.lang.String
Command Field
cmdfield
int
Action Type ID
actionTypeID
int
Data Set
dataset
org.dcm4che.data.Dataset
int
Invoke N_CREATE at remote AE.
ncreate
AET of Remote AE
aet
java.lang.String
SOP Instance UID
iuid
java.lang.String
Data Set
dataset
org.dcm4che.data.Dataset
Invoke N_SET at remote AE.
nset
AET of Remote AE
aet
java.lang.String
SOP Instance UID
iuid
java.lang.String
Data Set
dataset
org.dcm4che.data.Dataset
Invoke N_ACTION at remote AE.
naction
AET of Remote AE
aet
java.lang.String
SOP Instance UID
iuid
java.lang.String
Action Type ID
actionTypeID
int
Data Set
dataset
org.dcm4che.data.Dataset
Invoke N_DELETE at remote AE.
ndelete
AET of Remote AE
aet
java.lang.String
SOP Instance UID
iuid
java.lang.String