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
MessageIDBeingRespondedTo

The Message ID of the operation request/indication to which this response/confirmation applies.

Type

int

References

__init__()[source]

Initialise the C_CANCEL

Methods

__init__()

Initialise the C_CANCEL

Attributes

MessageIDBeingRespondedTo

Return the Message ID Being Responded To as an int.

property MessageIDBeingRespondedTo

Return the Message ID Being Responded To as an int.