pynetdicom.pdu_primitives.A_ABORT

class pynetdicom.pdu_primitives.A_ABORT[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

__init__()[source]

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__()

Initialize self.

Attributes

abort_source

Return the Abort Source.

property abort_source

Return the Abort Source.