JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

Upgrade to Enhanced Multi-frame Image Service. Upgrades received Series of legacy DICOM CT/MR/PET Single-frame images to a Private DCM4CHEE Upgraded CT/MR/PET Multi-frame image, which IOD match that of a regular DICOM Enhanced CT/MR/PET Multi-frame image at maximum degree.

List of MBean attributes:

Name Type Access Value Description
ConfigDirectory java.lang.String RW Directory where XML configuration files defining the generation of DCM4CHEE Upgraded Multi-frame images from DICOM CT, MR or PET Single-frame images are located: if "upgrade-ct.xml", "upgrade-mr.xml" or "upgrade-pet.xml" exists in this directory or in a sub-directory equal to the AE Title of the Storage SCU, received CT, MR or PET Series will be upgraded DCM4CHEE Upgraded CT, MR or PET Multi-frame images. A relative path name is resolved relative to archive-install-directory/server/default/.
FileSystemGroupID java.lang.String RW ID of file system group, on which generated Upgraded Multi-frame images are stored.
MergePatientStudySeriesAttributesFromDB boolean RW True False

Defines, if Patient, Study and Series attributes are merged from corresponding DB records into the generated Multi-frame image, so they need not be specified in upgrade-XX.xml to be copied from the Single-frame images to the generated Multi-frame image. Attributes not specified in upgrade-XX.xml are not verified for equality of values over all source images. Therefore, skipping such attributes from upgrade-XX.xml allows the generation of the Multi-frame image even if the attribute value differs between source images.

Series Instance UID is never merged from the DB, so it can be defined by upgrade-XX.xml - including an entry for the Series Instance UID attribute or not - if the generated Multi-frame image shall be put into the same Series as the source images, or not.

NoPixelData boolean RW True False Defines, if the generated Multi-frame image is stored with DICOM Transfer Syntax: No Pixel Data [Deflate] without pixel data. If false, pixel data is copied from the original Single-frame images into the generated Multi-frame image.
Deflate boolean RW True False Defines, if the generated Multi-frame image is stored with DICOM Transfer Syntax No Pixel Data or No Pixel Data Deflate. Only effective, if attribute NoPixelData is true.
DeleteOriginalStoredSeries boolean RW True False Defines, if original stored Series of legacy CT/MR/PET Single-frame images are deleted after successful storage of the generated Enhanced Multi-frame image.
Warning: Will break configured forwarding, file copy to HSM file system and Image Available Notification. Also cause loss of private attributes of legacy CT/MR/PET Single-frame images, which are not included in the generated Enhanced Multi-frame image.
BufferSize int RW Size of byte buffer used for copying pixel data to generated Multi-frame image file.
Concurrency int RW Maximum number of concurrent processed Upgrade Requests.
QueueName java.lang.String RW Used internally. Do NOT modify.
StoreScpServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
JMSServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
QueryRetrieveScpServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
Name java.lang.String R UpgradeToEnhancedMFService 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

boolean isUpgradeEnabled()

Check if upgrade of stored Series is enabled

Param ParamType ParamValue ParamDescription
storedSeries org.dcm4chex.archive.common.SeriesStored (no description)