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

Version 1 Next »

Description

Media Creation Management SCU. Used to where and how media are created, including the automatic creation of media.

Dependencies

Attributes

CallingAETitle

The calling AE title.

RetrieveAETitle

The retrieve AE title for the move.

MoveDestinationAETitle

The move destination AE title.

McmScpAETitle

The Media Creation Management SCP AE Title.

Concurrency

Maximum number of concurrent invoked Media Creation Requests.

FileSetIdPrefix

Prefix to be added the burn files for the file set ID.

NumberOfCopies

Number of copies to create, from 1-99.

MaxMediaUsage

Maximum media usage for DICOM files. This values is usually smaller than the real media size to keep space for index and optional html files. 1MB = 1000000 Byte, 1GB = 1000MB

MinStudyAge

The minimum duration before studies are scheduled for offline storage. Increasing the delay for scheduling ensures that all instances of a study are available, and will be stored on a single piece of media.
Format: ##h (in hours), ##d (in days), ##w (in weeks)

MaxStudyAge

The maximum duration before studies are archived on media. Only effective, if media creation is triggered automatically if the #BurnMediaInterval attribute is enabled.
Format: ##h (in hours), ##d (in days), ##w (in weeks)

ScheduleMediaInterval

Interval in which studies received thatare older than the configured MinStudyAge are associated to media and scheduled for creation.
Format: ##m (in minutes), ##h (in hours), ##d (in days)
NEVER = disable media scheduling

UpdateMediaStatusInterval

Interval in which the Media Creation Server is queried for the status of pending Media Creation Requests.
Format: ##s (in seconds), ##m (in minutes), ##h (in hours)
NEVER = disable query of Media Creation Server

BurnMediaInterval

Interval in which creation of media with studies received that are older than configured MaxStudyAge is triggered automatically.
Format: ##h (in hours), ##d (in days), ##w (in weeks)
NEVER = no automatic trigger of media creation

AutomaticMediaCreation

Enables automatic media creation.
If automatic media creation is disabled, a notification is sent to the email list defined in the #NotifyBurnMediaEmailTo attribute.

NotifyBurnMediaEmailTo

List of comma-separated email addresses that should be notified when one or more media are ready to burn.

NotifyBurnMediaEmailFrom

Email address that is used as the from address in the notification email.

AcceptTimeout

A-Associate accept timeout in milliseconds. 0 = no timeout.

DIMSETimeout

DIMSE message timeout in ms. 0 = no timeout.

SocketCloseDelay

Socket close delay in ms after A-RELEASE RSP.

MaximumPDULength

Maximum protocol data unit (PDU) package length for receiving PDUs, in bytes

Priority

Priority for move and media creation request.
Enumerated Values: LOW, MEDIUM, HIGH.

IncludeNonDicomObj

The type of none DICOM information or object that the SCP should include in the media.
Use NO if no additional information or objects should be included.

UseInstanceInfo

Specifies whether to extract label information from the instances.

SendmailServiceName

Used internally. Do not modify.

SchedulerServiceName

Used internally. Do NOT modify.

JMSServiceName

Used internally. Do NOT modify.

QueueName

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)

checkMcmScpAvail

Check the availability of the Media Creation Managment SCP. Returns OK, MOVE_DEST_UNAVAIL (move destination unavailable) or MCM_SCP_UNAVAIL (Media Creation Management SCP unavailable).

scheduleMedia

Initiate creation of media with studies received older than MinStudyAge

updateMediaStatus

Update media status

burnMedia

Initiate creation of media with studies received older than MaxStudyAge.

deleteMedia

Delete media.

checkMediaInstances

Check if all instances of medium are available as files.

scheduleMediaCreation

Schedule Media Creation. Used by WEB application

Notifications

  • No labels