pynetdicom.pdu_primitives.A_ABORT¶
-
class
pynetdicom.pdu_primitives.
A_ABORT
¶ An A-ABORT primitive.
Parameter Request Indication abort source M user info NU NU(=) U - User optionUF - User option, fixed valueC - Conditional (on user option)M - MandatoryMF - Mandatory, fixed valueNU - 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__
()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
()Initialize self. Attributes
abort_source
Return the Abort Source. -
abort_source
Return the Abort Source.
-