pynetdicom.dimse_messages.N_DELETE_RSP

class pynetdicom.dimse_messages.N_DELETE_RSP[source]
__init__() None[source]

Create a new DIMSE Message.

Methods

__init__()

Create a new DIMSE Message.

decode_msg(primitive[, assoc])

Converts P-DATA primitives into a DIMSEMessage sub-class.

encode_msg(context_id, max_pdu_length)

Yield P-DATA primitives for the current DIMSE Message.

message_to_primitive()

Convert the DIMSEMessage class to a DIMSE primitive.

primitive_to_message(primitive)

Convert a DIMSE primitive to the current DIMSEMessage object.