JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

Modality Worklist (MWL) SCU Service

List of MBean attributes:

Name Type Access Value Description
CallingAETitle java.lang.String RW Calling AE title of the Mwl SCU to send MWL C-FIND request.
WorklistProviders java.lang.String RW AE title(s) of MWL C-FIND SCPs (worklist provider).
These AE's are used as selection option in MWL search dialog.
Use NONE to disable external worklist providers in MWL search dialog.
DefaultWorklistProvider java.lang.String RW Default worklist provider used in MWL search dialog.
Use for internal DB query.
BindToCallingAET boolean RW True False Bind socket to address of CallingAET.
Priority java.lang.String RW Priority used in MWL C-FIND 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.
DimseRspTimeout int RW Timeout in milliseconds for receiving DIMSE-RSP for an open C-FIND 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).
TlsCfgServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
Name java.lang.String R MwlScuService 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

java.util.List getWorklistProviderList()

Get AETs of worklist providers as list.


java.util.List queryMWL()

Send a MWL C-FIND request to given AE.

Param ParamType ParamValue ParamDescription
aet java.lang.String AET of MWL C-FIND SCP
searchDS org.dcm4che2.data.DicomObject DicomObject with MWL C-FIND request attributes
maxResults int limit number of results (values < 1 means no limit)
complementAll boolean True False Complement searchDS with all possible return attributes