pynetdicom.pdu_primitives.A_P_ABORT¶
-
class
pynetdicom.pdu_primitives.A_P_ABORT[source][source]¶ An A-P-ABORT primitive.
Parameter Indication abort source P U - User optionUF - User option, fixed valueC - Conditional (on user option)M - MandatoryMF - Mandatory, fixed valueNU - Not usedP - Provider initiated(=) - shall have same value as request or response-
provider_reason¶ Indicates the reason for the abort. Allowed values are:
- 0: reason not specified
- 1: unrecognised PDU
- 2: unexpected PDU
- 4: unrecognised PDU parameter
- 5: unexpected PDU parameter
- 6: invalid PDU parameter value
Type: int
References
- DICOM Standard, Part 8, Section 7.4.1
Methods
__init__()Initialize self. Attributes
provider_reasonReturn the Provider Reason. -
provider_reason Return the Provider Reason.
-