Visual Basic (Declaration) | |
---|---|
Public Enum DicomCommandStatusType Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomCommandStatusType |
C# | |
---|---|
public enum DicomCommandStatusType : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class DicomCommandStatusType : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
AttributeListError | Attribute list error. |
AttributeOutOfRange | Attribute value out of range. |
Cancel | Cancel. |
ClaseInstanceConflict | Class-instance conflict. |
ClassNotSupported | Class not supported. |
DuplicateInstance | Duplicate instance. |
DuplicateInvocation | Duplicate invocation. |
Failure | Failure. |
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. |
NoSuchClass | No such class. |
NoSuchEventType | No such event type. |
NoSuchObjectInstance | No such object instance. |
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. |
ProcessingFailure | Processing failure. |
RefusedMoveDestinationUnknown | Move destination unknown. |
RefusedOutOfResources | Out of Resources. |
RefusedUnableToCalculateMatches | Out of Resources: unable to calculate number of matches. |
RefusedUnableToPerformSuboperations | Out of Resources: unable to perform suboperations. |
Reserved2 | Reserved. |
Reserved3 | Reserved. |
Reserved4 | Reserved. |
ResourceLimitation | Resource limitation. |
Success | Success. |
UnrecognizedOperation | Unrecognized operation. |
Warning | Sub-operations complete: one or more failures. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomCommandStatusType
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)