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 valueReferences
DICOM Standard, Part 7, Section 9.3.2.3
-
__init__() → None¶ Initialise the C_CANCEL
Methods
__init__()Initialise the C_CANCEL
Attributes
Get or set the Message ID Being Responded To as an
int.-
property
MessageIDBeingRespondedTo¶ Get or set the Message ID Being Responded To as an
int.- Parameters
int – The value to use for the Message ID Being Responded To parameter.