C#
Objective-C
C++/CLI
public enum DicomCommandStatusType
typedef NS_ENUM(NSInteger, LTDicomCommandStatusType) {
LTDicomCommandStatusTypeSuccess = 0x0000,
LTDicomCommandStatusTypeCancel = 0xFE00,
LTDicomCommandStatusTypeAttributeListError = 0x0107,
LTDicomCommandStatusTypeAttributeOutOfRange = 0x0116,
LTDicomCommandStatusTypeClassNotSupported = 0x0122,
LTDicomCommandStatusTypeClassInstanceConflict = 0x0119,
LTDicomCommandStatusTypeDuplicateInstance = 0x0111,
LTDicomCommandStatusTypeDuplicateInvocation = 0x0210,
LTDicomCommandStatusTypeInvalidArgumentValue = 0x0115,
LTDicomCommandStatusTypeInvalidAttributeValue = 0x0106,
LTDicomCommandStatusTypeInvalidObjectInstance = 0x0117,
LTDicomCommandStatusTypeMissingAttribute = 0x0120,
LTDicomCommandStatusTypeMissingAttributeValue = 0x0121,
LTDicomCommandStatusTypeMistypedArgument = 0x0212,
LTDicomCommandStatusTypeNoSuchArgument = 0x0114,
LTDicomCommandStatusTypeNoSuchAttribute = 0x0105,
LTDicomCommandStatusTypeNoSuchEventType = 0x0113,
LTDicomCommandStatusTypeNoSuchObjectInstance = 0x0112,
LTDicomCommandStatusTypeNoSuchClass = 0x0118,
LTDicomCommandStatusTypeProcessingFailure = 0x0110,
LTDicomCommandStatusTypeResourceLimitation = 0x0213,
LTDicomCommandStatusTypeUnrecognizedOperation = 0x0211,
LTDicomCommandStatusTypeDuplicateTransactionUid = 0x0131,
LTDicomCommandStatusTypeRefusedOutOfResources = 0xA700,
LTDicomCommandStatusTypeRefusedUnableToCalculateMatches = 0xA701,
LTDicomCommandStatusTypeRefusedUnableToPerformSuboperations = 0xA702,
LTDicomCommandStatusTypeRefusedMoveDestinationUnknown = 0xA801,
LTDicomCommandStatusTypeFailure = 0xC001,
LTDicomCommandStatusTypeReserved2 = 0xC002,
LTDicomCommandStatusTypeReserved3 = 0xC003,
LTDicomCommandStatusTypeReserved4 = 0xC004,
LTDicomCommandStatusTypeWarning = 0xB000,
LTDicomCommandStatusTypePending = 0xFF00,
LTDicomCommandStatusTypePendingWarning = 0xFF01,
};
public:
enum class DicomCommandStatusType sealed
Value (HEX) | Member | Description |
---|---|---|
0 | Success | Success. |
261 | NoSuchAttribute | No such attribute. |
262 | InvalidAttributeValue | Invalid attribute value. |
263 | AttributeListError | Attribute list error. |
272 | ProcessingFailure | Processing failure. |
273 | DuplicateInstance | Duplicate instance. |
274 | NoSuchObjectInstance | No such object instance. |
275 | NoSuchEventType | No such event type. |
276 | NoSuchArgument | No such argument. |
277 | InvalidArgumentValue | Invalid argument. |
278 | AttributeOutOfRange | Attribute value out of range. |
279 | InvalidObjectInstance | Invalid object instance. |
280 | NoSuchClass | No such class. |
281 | ClassInstanceConflict | Class-instance conflict. |
288 | MissingAttribute | Missing attribute. |
289 | MissingAttributeValue | Missing attribute value. |
290 | ClassNotSupported | Class not supported. |
291 | NoSuchActionType | No such action type. |
292 | RefusedNotAuthorized | Refused not authorized. |
305 | DuplicateTransactionUid | Duplicate transaction UID The Transaction UID of the Storage Commitment Request is already in use. |
528 | DuplicateInvocation | Duplicate invocation. |
529 | UnrecognizedOperation | Unrecognized operation. |
530 | MistypedArgument | Mistyped argument. |
531 | ResourceLimitation | Resource limitation. |
42752 | RefusedOutOfResources | Out of Resources. |
42753 | RefusedUnableToCalculateMatches | Out of Resources: unable to calculate number of matches. |
42754 | RefusedUnableToPerformSuboperations | Out of Resources: unable to perform suboperations. |
43009 | RefusedMoveDestinationUnknown | Move destination unknown. |
45056 | Warning | Sub-operations complete: one or more failures. |
49153 | Failure | Failure. |
49154 | Reserved2 | Reserved. |
49155 | Reserved3 | Reserved. |
49156 | Reserved4 | Reserved. |
65024 | Cancel | Cancel. |
65280 | Pending | Matches are continuing: current match is supplied and any Optional Keys were supported in the same manner as Required Keys. |
65281 | PendingWarning | Matches are continuing: warning that one or more Optional Keys were not supported for existence and/or matching for this Identifier. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document