DicomObjects Reference
DicomObjects Reference / DicomConnection Object / Abort Method

The “cause” of the Abort

The source of the abort - as below
Abort Method
Description
Abort the association
Syntax
Visual Basic
Public Sub Abort( _
   ByVal Reason As Integer, _
   ByVal Source As Integer _
) 
Parameters
Reason

The “cause” of the Abort

Source
The source of the abort - as below
Remarks

An A-ABORT request is sent, and the association is then terminated.
The full meanings of the parameters are defined in DICOM part 8, but they are defined as:


Source:

0 - DICOM UL service-user (initiated abort)
1 - reserved
2 - DICOM UL service-provider (initiated abort)

Reason:

0 - reason-not-specified
1 - unrecognized-PDU
2 - unexpected-PDU
3 - reserved
4 - unrecognized-PDU parameter
5 - unexpected-PDU parameter
6 - invalid-PDU-parameter value

See Also