Delete Study Service

Description

Delete Study Service. Perform scheduled deletion of Studies.

Attributes

#Name

The class name of the MBean

#State

The status of the MBean

#StateString

The status of the MBean in text form

#DeleteSeriesBySeries

Enables deletion of Studies Series by Series to avoid failures of deletion of large studies caused by Transaction timeout. May cause partially deleted Studies, because successfully deletion of one Series cannot be reversed, when deletion of another Series of the Study failed. But the deletion of such remaining Series will be also retried according the configured #RetryIntervalsForJmsOrder.

Default Value: false

#DeleteStudyFromDB

Enables deletion of Studies also from the database, if none of its instances is longer stored on any file system managed by this archive instance.
(!)Attention: will also remove only external retrieveable studies and studies archived to media from the database, so its data is no longer accessable by the DICOM Query Service and DICOM Retrieve requests can no longer be forwarded to the external Retrieve Application Entity.

Default Value: false

#DeletePatientWithoutObjects

Enables deletion of patients without Studies, MWL, MPPS, GPWL or GPPPS entries. Only effective with activated #DeleteStudiesFromDB.

Default Value: false

#CreateIANonStudyDelete

Defines if an Instance Availability Notification shall be created for deleted studies to notify remote Application Entities configured in the IAN Service about changes of the Instance Availability and Retrieve AETs.

Default Value: false

#RetryIntervalsForJmsOrder

Number and interval of retries made for failed JMS order, e.g., deleteStudy.
Format: Comma separated list of <number> x <interval> pairs.
The interval can be specified in seconds (##s), minutes (##m), hours (##h) or days (##d).

Example: 5x1m,10x10m
=> 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

Default Value: 5x1m,12x5m,24x1h,7x1d

#DeleteStudyQueueName

Used internally. Do NOT modify.

#JMSServiceName

Used internally. Do NOT modify.

Operations

#create

Standard MBean lifecycle method

#start

The start lifecycle operation

#stop

The stop lifecycle operation

#destroy

The destroy lifecycle operation

#jbossInternalLifecycle

The detyped lifecycle operation (for internal use only)

#scheduleDeleteOrder

Schedule Delete Study Order.

Notifications

#org.dcm4chex.archive.notif.StudyDeleted

The notification sent for each deleted study, used by the IAN SCU Service to notify configured remote Application Entities about changes of the Instance Availability and Retrieve AETs.