pynetdicom.dimse_primitives.C_CANCEL¶
-
class
pynetdicom.dimse_primitives.
C_CANCEL
¶ Represents a C-CANCEL primitive.
Parameter Req/ind Message ID Being Responded To M (=) - The value of the parameter is equal to the value of the parameter in the column to the leftC - The parameter is conditional.M - MandatoryMF - Mandatory with a fixed valueU - The use of this parameter is a DIMSE service user optionUF - User option with a fixed value-
MessageIDBeingRespondedTo
¶ The Message ID of the operation request/indication to which this response/confirmation applies.
Type: int
References
- DICOM Standard, Part 7, Section 9.3.2.3-4
-
__init__
()¶ Initialise the C_CANCEL
Methods
__init__
()Initialise the C_CANCEL Attributes
MessageIDBeingRespondedTo
Return the Message ID Being Responded To as an int. -
MessageIDBeingRespondedTo
Return the Message ID Being Responded To as an int.
-