pynetdicom.dimse_primitives.C_CANCEL

class pynetdicom.dimse_primitives.C_CANCEL[source]

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 left
C - The parameter is conditional.
M - Mandatory
MF - Mandatory with a fixed value
U - The use of this parameter is a DIMSE service user option
UF - User option with a fixed value

References

__init__() None[source]

Initialise the C_CANCEL

Methods

__init__()

Initialise the C_CANCEL

Attributes

MessageIDBeingRespondedTo

Get or set the Message ID Being Responded To as an int.

property MessageIDBeingRespondedTo: Optional[int]

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.