Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

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.

Dependencies

Attributes

#ConfigDirectory

Directory where configuration files defining the generation of DCM4CHEE Upgraded Multi-frame images from DICOM CT, MR or PET Single-frame images are located: if XSL stylesheet upgrade-ct.xsl, upgrade-mr.xsl or upgrade-pet.xsl 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 according the stylesheet.
A relative path name is resolved relative to archive-install-directory/server/default/.

Default Value: conf/dcm4chee-ae

#UsePatientStudySeriesAttributesFromDB

Defines, if Patient, Study and Series attributes are taken from corresponding DB records, so the XSL stylesheets need not to copy such attributes from the Single-frame images to the generated Multi-frame image. As a side-effect, equality of values of such attributes over all source images will not be verified and therefore the generation of the Multi-frame image will not fail caused by inconsistency of Patient, Study and Series attribute values inside the Series of source images.

Copy of the Series Instance UID from the DB is always excluded, so it can be defined by the style sheet - by copying the Series Instance UID attribute into the output, or not - if the generated Multi-frame image shall be put into the same Series as the source images, or not.

Default Value: true

#NoPixelData

Defines, if the generated Multi-frame image is stored without pixel data with DICOM Transfer Syntax: No Pixel Data [Deflate].
If false, pixel data is copied from the original Single-frame images into the generated Multi-frame image.

Default Value: true

#Deflate

Defines, if the generated Multi-frame image is stored with DICOM Transfer Syntax No Pixel Data or No Pixel Data Deflate. Only effective, if #NoPixelData is true.

Default Value: true

#DeleteOriginalStoredSeries

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.

Default Value: false

#BufferSize

Size of byte buffer used for copying pixel data to generated Multi-frame image file.

Default Value: 8192

#Concurrency

Maximum number of concurrent processed Upgrade Requests.

Default Value: 1

#QueueName

Used internally. Do NOT modify.

#StoreScpServiceName

Used internally. Do NOT modify.

#JMSServiceName

Used internally. Do NOT modify.

#FileSystemMgtName

Used internally. Do NOT modify.

#TemplatesServiceName

Used internally. Do NOT modify.

#Name

The class name of the MBean

#State

The status of the MBean

#StateString

The status of the MBean in text form

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)

#isUpgradeEnabled

Check if upgrade of stored Series is enabled

Notifications

  • No labels