C#
VB
C++
Specifies additional information about media creation execution status.
public enum ExecutionStatusInfo
Public Enum ExecutionStatusInfo
public enum class ExecutionStatusInfo
Members
Value | Member | Description |
---|---|---|
0 | Undefined | No additional status information is available. |
1 | NORMAL | The execution of the media creation occurred as expected. |
2 | CHECK_MCD_OP | The media creation request could not be accomplished since the device is not ready at this time and needs to be checked by an operator (e.g., covers/doors opened or device jammed). |
3 | CHECK_MCD_SRV | The media creation request could not be accomplished since the device is not ready at this time and needs to be checked by a vendor service engineer (e.g., internal component failure). |
4 | DIR_PROC_ERR | The DICOMDIR building process failed for some unspecified reason (e.g., mandatory attributes or values missing). |
5 | DUPL_REF_INST | Duplicated instances in the Referenced SOP Sequence (0008,1199). |
6 | INST_AP_CONFLICT | One or more of the elements in the Referenced SOP Sequence (0008,1199) are in conflict (e.g., the SOP Class specified is not consistent with the requested Application Profile). |
7 | INST_OVERSIZED | A single instance size exceeds the actual media capacity. |
8 | INSUFFIC_MEMORY | There is not enough memory available to complete this request. |
9 | MCD_BUSY | The media creation device is not available at this time, but should become ready without user intervention (e.g the media creation device's buffer capacity is full). The SCU should retry later. |
10 | MCD_FAILURE | The media creation device fails to operate. This may depend on permanent or transient hardware failures (e.g robot arm broken, DVD writer failed) or because it has been disabled by an operator. |
11 | NO_INSTANCE | One or more of the SOP Instances in the Referenced SOP Sequence (0008,1199) are not available. |
12 | NOT_SUPPORTED | One or more of the Application Profiles and/or SOP Classes, referenced in the Referenced SOP Sequence (0008,1199), are not supported by the SCP. |
13 | OUT_OF_SUPPLIES | No more supplies (e.g., blank media, labeling ink) are available for the media creation device. Operator intervention is required to replenish the supply. |
14 | PROC_FAILURE | A general processing failure was encountered. |
15 | QUEUED | This Media Creation Management instance is still in queue. |
16 | SET_OVERSIZED | The file-set size exceeds the actual media capacity, and the device is not capable of splitting across multiple pieces of media. |
17 | UNKNOWN | There is an unspecified problem. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET