C#
VB
WinRT C#
C++
Specifies the reason for the Association aborting.
public enum DicomAbortReasonType
Public Enum DicomAbortReasonType
public enum DicomAbortReasonType
Leadtools.Dicom.Networking.DicomAbortReasonType = function() { };
Leadtools.Dicom.Networking.DicomAbortReasonType_WinRT.prototype = {<br/>
LeadtoolsMemberMarker(replace me)
};
public enum class DicomAbortReasonType
Members
Value | Member | Description |
---|---|---|
0 | Unknown | Unknown. |
1 | Unrecognized | Unrecognized PDU. |
2 | Unexpected | Unexpected PDU. |
4 | UnrecognizedParameter | Unrecognized PDU parameter. |
5 | UnexpectedParameter | Unexpected PDU parameter. |
6 | InvalidParameterValue | Invalid PDU parameter value. |
If the source of the Association aborting is DicomAbortSourceType.User, the reasons for the aborting are not significant.
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