JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

Rejection Note Stored Service. Responsible to move previous received DICOM Composite Objects referenced in Key Object Selection Documents with particular Document Titles (=Rejection Note received afterwards into the trash.

Fullfills the requirement for IHE Mammography Acquisition Workflow (MAWF) Integration Profile compliant Image Managers to support Transaction: Image Rejection Note Stored [RAD-66].

To also notify Application Entities configured in the IAN SCU Service by Instance Availability Notifications about the deletion of DICOM Composite Objects referenced in the received Rejection Note - as required by IHE MAWF - Content Edit Service attribute CreateIANonMoveToTrash must be = true.


List of MBean attributes:

Name Type Access Value Description
Name java.lang.String R RejectionNoteStoredService 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
RejectionNoteCodes java.lang.String RW Controls which Key Object Selection Objects, identified by its document title, shall trigger the move of referenced DICOM Composite Objects from the archive. For compliance with IHE Mammography Acquisition Workflow (MAWF) Integration Profile, the list must contain
 (113037, DCM, "Rejected for Patient Safety Reasons"), 
and optionally also
 (113001,, DCM, "Rejected for Quality Reasons") 
,
DeletionDelay java.lang.String RW Controls the delay between the receive of an Key Object Selection Objects which document title match one of the configured RejectionNoteCodes and the deletion of the referenced objects in seconds (##s), minutes (##m) or hours (##h). If KeepRejectionNote =false, the delay shall be configured large enough, so the Storage Commitment Request for Key Object Selection Object is always received before its deletion.
KeepRejectionNote boolean RW True False Controls, if the Key Object Selection Object, which triggered the deletion of referenced objects, will not be deleted, but be kept stored in the archive.
RetryIntervalsForJmsOrder java.lang.String RW Number and interval of retries made for failed deletion of referenced objects.

Format: Comma separated list of numberxinterval 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.
JMSServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
ContentEditServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
StoreScpServiceName 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