pynetdicom.dimse_messages.N_SET_RQ¶
- class pynetdicom.dimse_messages.N_SET_RQ[source]¶
-
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.