Leadtools.Dicom.Common.DataTypes Namespace : ExecutionStatusInfo Enumeration |
public enum ExecutionStatusInfo : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum ExecutionStatusInfo Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As ExecutionStatusInfo
public enum class ExecutionStatusInfo : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000001 | NORMAL | The execution of the media creation happended as expected. |
0x00000002 | CHECK_MCD_OP | The media creation request could not be accomplished sincethe device is not ready at this time and needs to be checked by an operator (e.g., covers/doors opened or device jammed). |
0x00000003 | 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). |
0x00000004 | DIR_PROC_ERR | The DICOMDIR building process failed for some unspecified reason (e.g., mandatory attributes or values missing). |
0x00000005 | DUPL_REF_INST | Duplicated instances in the Referenced SOP Sequence (0008,1199). |
0x00000006 | 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). |
0x00000007 | INST_OVERSIZED | A single instance size exceeds the actual media capacity. |
0x00000008 | INSUFFIC_MEMORY | There is not enough memory available to complete this request. |
0x00000009 | MCD_BUSY | 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. |
0x0000000A | MCD_FAILURE | 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. |
0x0000000B | NO_INSTANCE | One or more of the SOP Instances in the Referenced SOP Sequence (0008,1199) are not available. |
0x0000000C | 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. |
0x0000000D | 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. |
0x0000000E | PROC_FAILURE | A general processing failure was encountered. |
0x0000000F | QUEUED | This Media Creation Management instance is still in queue. |
0x00000010 | SET_OVERSIZED | The file-set size exceeds the actual media capacity, and the device is not capable of splitting across multiple pieces of media. |
0x00000011 | UNKNOWN | There is an unspecified problem. |
0x0000006F | Undefined | No additional status information is available. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.Common.DataTypes.ExecutionStatusInfo