| Visual Basic (Declaration) | |
|---|---|
Public Enum DicomCommandStatusType Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public enum DicomCommandStatusType : Enum  | |
| C++/CLI | |
|---|---|
public enum class DicomCommandStatusType : public Enum  | |
| Member | Description | 
|---|---|
| Success | Success. | 
| Cancel | Cancel. | 
| AttributeListError | Attribute list error. | 
| AttributeOutOfRange | Attribute value out of range. | 
| ClassNotSupported | Class not supported. | 
| ClaseInstanceConflict | Class-instance conflict. | 
| DuplicateInstance | Duplicate instance. | 
| DuplicateInvocation | Duplicate invocation. | 
| InvalidArgumentValue | Invalid argument. | 
| InvalidAttributeValue | Invalid attribute value. | 
| InvalidObjectInstance | Invalid object instance. | 
| MissingAttribute | Missing attribute. | 
| MissingAttributeValue | Missing attribute value. | 
| MistypedArgument | Mistyped argument. | 
| NoSuchArgument | No such argument. | 
| NoSuchAttribute | No such attribute. | 
| NoSuchEventType | No such event type. | 
| NoSuchObjectInstance | No such object instance. | 
| NoSuchClass | No such class. | 
| ProcessingFailure | Processing failure. | 
| ResourceLimitation | Resource limitation. | 
| UnrecognizedOperation | Unrecognized operation. | 
| RefusedOutOfResources | Out of Resources. | 
| RefusedUnableToCalculateMatches | Out of Resources: unable to calculate number of matches. | 
| RefusedUnableToPerformSuboperations | Out of Resources: unable to perform suboperations. | 
| RefusedMoveDestinationUnknown | Move destination unknown. | 
| Failure | Failure. | 
| Reserved2 | Reserved. | 
| Reserved3 | Reserved. | 
| Reserved4 | Reserved. | 
| Warning | Sub-operations complete: one or more failures. | 
| Pending | Matches are continuing: current match is supplied and any Optional Keys were supported in the same manner as Required Keys. | 
| PendingWarning | Matches are continuing: warning that one or more Optional Keys were not supported for existence and/or matching for this Identifier. | 
System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomCommandStatusType
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code