pynetdicom.dimse_messages.C_CANCEL_RQ#
- class pynetdicom.dimse_messages.C_CANCEL_RQ[source]#
-
Methods
__init__()Create a new DIMSE Message.
decode_msg(primitive[, assoc])Converts P-DATA primitives into a
DIMSEMessagesub-class.encode_msg(context_id, max_pdu_length)Yield P-DATA primitives for the current DIMSE Message.
message_to_primitive()Convert the
DIMSEMessageclass to a DIMSE primitive.primitive_to_message(primitive)Convert a DIMSE primitive to the current
DIMSEMessageobject.