pynetdicom.pdu_primitives.A_ABORT

class pynetdicom.pdu_primitives.A_ABORT[source][source]

An A-ABORT primitive.

Parameter

Request

Indication

abort source

M

user info

NU

NU(=)

U - User option
UF - User option, fixed value
C - Conditional (on user option)
M - Mandatory
MF - Mandatory, fixed value
NU - Not used
(=) - shall have same value as request or response
abort_source

Indicates the initiating source of the abort. Allowed values are:

  • 0: UL service-user

  • 2: UL service-provider

Type

int

References

  • DICOM Standard, Part 8, Section 7.3.1

__init__()[source][source]

Methods

__init__()

Attributes

abort_source

Return the Abort Source.