JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

Attributes Modification SCU Service. Send Attribute Modification Notifications to remote systems supporting private AttributesModificationNotification SOPClass (1.2.40.0.13.1.3.1.2.3.1.1) to update Study/Series/Instance attributes for changes made in web3 (DICOM edit, move entities,..).

List of MBean attributes:

Name Type Access Value Description
CallingAETitle java.lang.String RW Calling AE title of the Store SCU to send AttributesModification notifications.
CalledAETitles java.lang.String RW AE title(s) of Store SCPs. Use NONE to disable this service.
ModifyingSystem java.lang.String RW Default ModifyingSystem if not explicitly given.
ReasonForTheAttributeModification java.lang.String RW Default Reason if not explicitly given.
NoRetryErrorCode java.lang.String RW Defines particular Error Code in C-STORE RSP, which shall 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.
Format: 'nnnnn' for code as integer or 'xxxxH' for hexadecimal value.
BindToCallingAET boolean RW True False Bind socket to address of CallingAET.
Priority java.lang.String RW Priority used in C-MOVE requests. Enumerated Values: LOW, MEDIUM, HIGH.
ConnectTimeout int RW Connection timeout in ms. 0 = no timeout
AcceptTimeout int RW A-Associate accept timeout in milliseconds. 0 = no timeout.
RetrieveRspTimeout int RW Timeout in milliseconds for receiving DIMSE-RSP for an open C-MOVE request. 0 = no timeout.
ReleaseTimeout int RW Timeout in ms for receiving A-RELEASE-RP.
SocketCloseDelay int RW Delay in ms for Socket close after sending A-ABORT.
MaximumPDULengthReceive int RW Maximum protocol data unit (PDU) package length for receiving PDUs.
getMaxOpsInvoked int RW Maximum number of outstanding operations this MOVE SCU will invoke on one Association. 0 = no limit
TcpNoDelay boolean RW True False Send packets as quickly as possible (Disable Nagle's algorithmn).
RetryIntervals java.lang.String RW Number and intervals of retries for failed Instance Available or Study Content Notification requests.
Format:
Comma separated list of number x interval 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.
QueueName java.lang.String RW Used internally. Do not modify.
TlsCfgServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
JMSServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
Concurrency int RW Maximum number of concurrent sent notifications.
Name java.lang.String R AttributesModificationScuService The class name of the MBean
State int R 3 The status of the MBean
StateString java.lang.String R Started The status of the MBean in text form

List of MBean operations:


void create()

Standard MBean lifecycle method


void start()

The start lifecycle operation


void stop()

The stop lifecycle operation


void destroy()

The destroy lifecycle operation


void jbossInternalLifecycle()

The detyped lifecycle operation (for internal use only)

Param ParamType ParamValue ParamDescription
method java.lang.String The lifecycle operation

void scheduleModification()

Schedule Attribute Modifications Notification to configured calledAETs.

Param ParamType ParamValue ParamDescription
obj org.dcm4che2.data.DicomObject DicomObject with modified attributes

void scheduleModification()

Schedule Attribute Modifications Notification to configured calledAETs.

Param ParamType ParamValue ParamDescription
obj org.dcm4che2.data.DicomObject DicomObject with modified attributes
level java.lang.String Query Retrieve Level for Modification Attributes Notification
system java.lang.String Modifying System
reason java.lang.String Reason for Attributes Modification