JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

DICOM Modality Worklist SCP

List of MBean attributes:

Name Type Access Value Description
CalledAETitles java.lang.String RW Accepted called AE titles, separated by \ (backslash).
CallingAETitles java.lang.String RW List of accepted calling AE titles, separated by \(backslash).
ANY = accept any.
CONFIGURED_AETS = accept any configured AE Title.
AcceptedTransferSyntax java.lang.String RW List of accepted Transfer Syntaxes. Order defines selection preference. Use either the Transfer Syntaxes UID value or following defined symbolic names: ImplicitVRLittleEndian, ExplicitVRLittleEndian, DeflatedExplicitVRLittleEndian, ExplicitVRBigEndian
UseProxy boolean RW True False Enable proxy C-FIND to remote MWL SCP. Proxy MWL SCP is configured in MWL SCU Service.
CheckMatchingKeySupported boolean RW True False Enable check if unsupported matching key(s) are used in C-FIND. In this case the C-FIND PENDING status is changed from 0xff00 to 0xff01. (Not used if proxy is enabled!)
MaximumPDULength int RW Maximum protocol data unit (PDU) package length for receiving PDUs. Attention: This property should be set to equal values for all DICOM SCP services with same called AE Title(s)! Otherwise it is non-deterministic, which configured value is effective!
MaximumOperationsInvoked int RW The maximum number of outstanding operations and/or sub-operations it allows the Association-requester to invoke asynchronously. A value of zero indicates an unlimited number of outstanding operations. Attention: This property should be set to equal values for all DICOM SCP services with same called AE Title(s)! Otherwise it is non-deterministic, which configured value is effective!
MaximumOperationsPerformed int RW The maximum number of outstanding operations and/or sub-operations it allows the Association-requester to perform asynchronously. A value of zero indicates an unlimited number of outstanding operations. Attention: This property should be set to equal values for all DICOM SCP services with same called AE Title(s)! Otherwise it is non-deterministic, which configured value is effective!
LogAETitles java.lang.String RW List of the AE titles for the MWL SCUs for which XMLized query and result attributes are logged into files AET/timestamp-mwl-cfindrq.xml and AET/timestamp-mwl-cfindrsp.xml in the log directory. Useful for creation of XSL stylesheets for query/result attribute coercion. Separate multiple values by \(backslash). NONE = no calling AE titles.
CoerceConfigDirectory java.lang.String RW Directory where configuration files for query/result attribute coercion are located: if XSL stylesheet "mwl-cfindrq.xsl" or "mwl-cfindrsp.xsl" exists in this directory or in a sub-directory equal to the AE Title of a MWL SCU, query/result attributes from/to this SCU will be coerced according these stylesheets. A relative path name is resolved relative to archive-install-directory/server/default/.
WriteCoercionXmlLog boolean RW True False Enable logging of coercions in separate log files.
FileName: <LOG_DIR>/coercion/<timestamp>.<xsl file>.[in]|[out]
Coercion logs are only written for Calling AETs specified in LogAETitles!
DcmServerName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
MppsScpServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
MwlScuServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
TemplatesServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
AEServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
Name java.lang.String R MWLFindScpService 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