C#
VB
WinRT C#
C++
Represents the possible command status types.
public enum DicomCommandStatusType Public Enum DicomCommandStatusType
public enum DicomCommandStatusType Leadtools.Dicom.DicomCommandStatusType = function() { };Leadtools.Dicom.DicomCommandStatusType.prototype = {<br/>LeadtoolsMemberMarker(replace me)};
public enum class DicomCommandStatusType Members
| Value | Value (HEX) | Member | Description |
|---|---|---|---|
| 0 | 0000 | Success | Success. |
| 261 | 0105 | NoSuchAttribute | No such attribute. |
| 262 | 0106 | InvalidAttributeValue | Invalid attribute value. |
| 263 | 0107 | AttributeListError | Attribute list error. |
| 272 | 0110 | ProcessingFailure | Processing failure. |
| 273 | 0111 | DuplicateInstance | Duplicate instance. |
| 274 | 0112 | NoSuchObjectInstance | No such object instance. |
| 275 | 0113 | NoSuchEventType | No such event type. |
| 276 | 0114 | NoSuchArgument | No such argument. |
| 277 | 0115 | InvalidArgumentValue | Invalid argument. |
| 278 | 0116 | AttributeOutOfRange | Attribute value out of range. |
| 279 | 0117 | InvalidObjectInstance | Invalid object instance. |
| 280 | 0118 | NoSuchClass | No such class. |
| 281 | 0119 | ClaseInstanceConflict | Class-instance conflict. |
| 288 | 0120 | MissingAttribute | Missing attribute. |
| 289 | 0121 | MissingAttributeValue | Missing attribute value. |
| 290 | 0122 | ClassNotSupported | Class not supported. |
| 305 | 0131 | DuplicateTransactionUid | Duplicate Transation Id. |
| 528 | 0210 | DuplicateInvocation | Duplicate invocation. |
| 529 | 0211 | UnrecognizedOperation | Unrecognized operation. |
| 530 | 0212 | MistypedArgument | Mistyped argument. |
| 531 | 0213 | ResourceLimitation | Resource limitation. |
| 42752 | A700 | RefusedOutOfResources | Out of Resources. |
| 42753 | A701 | RefusedUnableToCalculateMatches | Out of Resources: unable to calculate number of matches. |
| 42754 | A702 | RefusedUnableToPerformSuboperations | Out of Resources: unable to perform suboperations. |
| 43009 | A801 | RefusedMoveDestinationUnknown | Move destination unknown. |
| 45056 | B000 | Warning | Sub-operations complete: one or more failures. |
| 49152 - 53247 | Cxxx | Cannot Understand (except for the four errors below) | Cannot Understand - Implementation specific error. |
| 49153 | C001 | Failure | Failure. |
| 49154 | C002 | Reserved2 | Reserved. |
| 49155 | C003 | Reserved3 | Reserved. |
| 49156 | C004 | Reserved4 | Reserved. |
| 65024 | FE00 | Cancel | Cancel. |
| 65280 | FF00 | Pending | Matches are continuing: current match is supplied and any Optional Keys were supported in the same manner as Required Keys. |
| 65281 | FF01 | PendingWarning | Matches are continuing: warning that one or more Optional Keys were not supported for existence and/or matching for this Identifier. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
