Media Creation Management SCU
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.
Default Value: DCM4CHEE
#RetrieveAETitle
The retrieve AE title for the move.
Default Value: DCM4CHEE
#MoveDestinationAETitle
The move destination AE title.
Default Value: CDRECORD
#McmScpAETitle
The Media Creation Management SCP AE Title.
Default Value: CDRECORD
#Concurrency
Maximum number of concurrent invoked Media Creation Requests.
Default Value: 1
#FileSetIdPrefix
Prefix to be added the burn files for the file set ID.
Default Value: DISK_
#NumberOfCopies
Number of copies to create, from 1-99.
Default Value: 1
#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
Default Value: 600MB
#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)
Default Value: 2d
#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)
Default Value: 4w
#ScheduleMediaInterval
Interval in which studies received thatare older than the configured MinStudyAge are associated to media and scheduled for creation.
Format: ##s (in seconds), ##m (in minutes), ##h (in hours), NEVER = disable media scheduling
Default Value: NEVER
#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
Default Value: NEVER
#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
Default Value: NEVER
#AutomaticMediaCreation
Enables automatic media creation.
If automatic media creation is disabled, a notification is sent to the email listdefined in the #NotifyBurnMediaEmailTo attribute.
#NotifyBurnMediaEmailTo
List of comma-separated email addresses that should be notified when one or more media are ready to burn.
Default Value: {{}}
#NotifyBurnMediaEmailFrom
Email address that is used as the from address in the notification email.
Default Value: {{}}
#Priority
Priority for move and media creation request.
Enumerated Values: LOW, MEDIUM, HIGH.
Default Value: MEDIUM
#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.
Default Value: MD5_SUMS
#UseInstanceInfo
Specifies whether to extract label information from the instances.
Default Value: false
#TimerIDCheckForMediaToBurn
The timer ID for scheduler of checking for media to burn.
Default Value: CheckForMediaToBurn
#TimerIDCheckForStudiesToSchedule
The timer ID for scheduler of checking for studies to schedule.
Default Value: CheckForStudiesToSchedule
#TimerIDCheckMediaStatus
The timer ID for scheduler of checking media status.
Default Value: CheckMediaStatus
#AcceptTimeout
A-Associate accept timeout in milliseconds. 0 = no timeout.
Default Value: 10000
#DIMSETimeout
DIMSE message timeout in ms. 0 = no timeout.
Default Value: 600000
#SocketCloseDelay
Socket close delay in ms after A-RELEASE RSP.
Default Value: 50
#MaximumPDULength
Maximum protocol data unit (PDU) package length for receiving PDUs, in bytes
Default Value: 16352
#TcpNoDelay
Send packets as quickly as possible (Disable Nagle's algorithmn).
Default Value: true
#SendBufferSize
Buffer size used for socket output. 0 = use platform default.
Default Value: 0
#ReceiveBufferSize
Buffer size used for socket input. 0 = use platform default.
Default Value: 0
#QueueName
Used internally. Do NOT modify.
Default Value: MCMScu
#SendmailServiceName
Used internally. Do not modify.
Default Value: dcm4chee.archive:service=Sendmail
#SchedulerServiceName
Used internally. Do NOT modify.
Default Value: dcm4chee.archive:service=Scheduler
#JMSServiceName
Used internally. Do NOT modify.
Default Value: dcm4chee.archive:service=JMS
#TLSConfigName
Used internally. Do not modify.
Default Value: dcm4chee.archive:service=TLSConfig
#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