pynetdicom.dimse_messages.C_MOVE_RQ¶
- class pynetdicom.dimse_messages.C_MOVE_RQ[source]¶
-
Methods
__init__()Create a new DIMSE Message.
decode_msg(primitive)Converts P-DATA primitives into a DIMSEMessage sub-class.
encode_msg(context_id, max_pdu_length)Yield P-DATA primitive(s) 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.