JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

Modality Worklist SCU. Used by the Modality Worklist Console of the Archive Web Administration tool and by the Storage SCP service to query the configured Modality Worklist SCP for Scheduled Procedure Steps.

List of MBean attributes:

Name Type Access Value Description
Name java.lang.String R MWLScuService The class name of the MBean
State int R 8 The status of the MBean
StateString java.lang.String R Registered The status of the MBean in text form
AcceptTimeout int RW A-Associate accept timeout in milliseconds. 0 = no timeout.
DIMSETimeout int RW DIMSE message timeout in ms. 0 = no timeout.
SocketCloseDelay int RW Socket close delay in milliseconds after an A-Release response.
MaximumPDULength int RW Maximum protocol data unit (PDU) package length for receiving PDUs.
TcpNoDelay boolean RW True False Send packets as quickly as possible (Disable Nagle algorithmn).
SendBufferSize int RW Buffer size used for socket output. 0 = use platform default.
ReceiveBufferSize int RW Buffer size used for socket input. 0 = use platform default.
TLSConfigName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
CallingAETitle java.lang.String RW The calling AE title.
CalledAETitle java.lang.String RW The AE title of the Modality Worklist SCP to query. Use LOCAL if the DICOM modality worklist is provided by the archive and can be accessed directly from the database.
Note: Deletion of worklist entries by the Modality Worklist Console of the Archive Web Administration tool is only possible if this attribute is set to LOCAL.
MaxResults int RW Limit number of returned matching MWL items by operation findMWLEntries. If an external Modality Worklist SCP is queried, a cancel request will be invoked after receive of the specified number of query responses.
ForceMatchingKeyCheck boolean RW True False Force additional check of Matching Keys! This will only effect external MWL SCP queries. You should enable this feature only if you need a 'unique' matching key (Accession Number, Study IUID or SPS ID) which the MWL SCP doesn't support as matching key! (e.g. if you need to update image attributes with MWL entries)
NoMatchForNoValue boolean RW True False Do not match entities with zero-length value for specified matching keys (= non DICOM conform matching behavior). Effective if CalledAETitle = LOCAL. Also effective for MWL SCP Service with UseProxy = false.
Local boolean R True This value is is set to true if the CalledAETitle attribute is set to LOCAL.
Priority java.lang.String RW Priority for C-Find requests. Enumerated Values: LOW, MEDIUM, HIGH. Only effective for queries of a remote Modality Worlist SCP which actual interprets the priority attribute in the DICOM C-FIND request.
AccessBlobAsLongVarBinary boolean RW True False Change JDBC binding for Oracle BLOB's to LONGVARBINARY for accessing attributes stored in BLOB columns of DB records. Only effective with CalledAETitle = LOCAL and with Oracle as DB.
TransactionIsolationLevel java.lang.String RW Transaction isolation level for queries. Values can be one of: DEFAULT|READ_UNCOMMITTED|READ_COMMITTED|REPEATABLE_READ|SERIALIZABLE. Only effective with CalledAETitle = LOCAL.
FetchSize int RW JDBC Fetch size.

List of MBean operations:


int findMWLEntries()

Get a list of modality worklist entries.

Param ParamType ParamValue ParamDescription
searchDS org.dcm4che.data.Dataset Dataset for C-Find
fuzzyMatchingOfPN boolean True False fuzzy semantic matching of person names
result java.util.List Result list

int findMWLEntriesLocal()

Get a list of modality worklist entries using local database access.

Param ParamType ParamValue ParamDescription
searchDS org.dcm4che.data.Dataset Dataset for C-Find
fuzzyMatchingOfPN boolean True False fuzzy semantic matching of person names
result java.util.List Result list

boolean deleteMWLEntry()

Delete a modality worklist entry.

Param ParamType ParamValue ParamDescription
rqIDspsID java.lang.String Requested Procedure ID \ Scheduled Procedure Step ID