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 ExecutionStatusInfo : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Dicom.Common.DataTypes.ExecutionStatusInfo = function() { }; Leadtools.Dicom.Common.DataTypes.ExecutionStatusInfo.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class ExecutionStatusInfo : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
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). |
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). |
DIR_PROC_ERR | The DICOMDIR building process failed for some unspecified reason (e.g., mandatory attributes or values missing). |
DUPL_REF_INST | Duplicated instances in the Referenced SOP Sequence (0008,1199). |
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). |
INST_OVERSIZED | A single instance size exceeds the actual media capacity. |
INSUFFIC_MEMORY | There is not enough memory available to complete this request. |
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. |
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. |
NO_INSTANCE | One or more of the SOP Instances in the Referenced SOP Sequence (0008,1199) are not available. |
NORMAL | The execution of the media creation happended as expected. |
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. |
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. |
PROC_FAILURE | A general processing failure was encountered. |
QUEUED | This Media Creation Management instance is still in queue. |
SET_OVERSIZED | The file-set size exceeds the actual media capacity, and the device is not capable of splitting across multiple pieces of media. |
Undefined | No additional status information is available. |
UNKNOWN | There is an unspecified problem. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.Common.DataTypes.ExecutionStatusInfo
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2