JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

Study Reconciliation Service.

List of MBean attributes:

Name Type Access Value Description
Name java.lang.String R StudyReconciliationService 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
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.
TaskInterval java.lang.String RW Interval in which to check for studies for Reconciliation.
Format:
interval!from-to or NEVER
interval = ##s (in seconds), ##m (in minutes), ##h (in hours).
from = start hour (0-23) when no Study Reconciliation should be performed
to = end hour (0-23) when no Study Reconciliation should be performed
NEVER = disable automatic Study Reconciliation
Example:10s!9-17 means every 10 seconds, poll the database and check study that need Reconciliation, except between the hours of 9:00am and 5:00pm. By setting this type of TaskInterval, you can ensure checks occur outside of peak imaging hours.
isRunning boolean R False Current state if StudyReconciliation task is running. Used to avoid concurrency!
FindSCPAETitle java.lang.String RW AE Title of reference FIND SCP.
CallingAETitle java.lang.String RW Calling AE Title used in association request to reference FIND SCP.
MinStudyAge java.lang.String RW Minimum age of a study that will be checked for need of Reconciliation, in ##w (in weeks), ##d (in days), or ##h (in hours).
LimitNumberOfStudiesPerTask int RW Maximum number of studies that are checked in one task.
ScheduledStatus int RW Status indicating studies scheduled for reconciliation..
SuccessStatus int RW Status to indicate successful reconciliation.
FailureStatus int RW Status to indicate failed reconciliation.
KeepPriorPatientAfterMerge boolean RW True False Keep prior patient after Patient Merge.
This will allow to get correct patient information even the received DICOM objects contains a patient id of an merged patient.
If disabled, the prior patient will be deleted.
TimerIDCheckStudyReconciliation java.lang.String RW Used internally. Do NOT modify.
FetchSize int RW JDBC Fetch size.
SchedulerServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.

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.lang.String check()

Used internally.


java.lang.String reschedule()

Reschedule failed Reconciliations.