pynetdicom._handlers.doc_handle_data

pynetdicom._handlers.doc_handle_data(event)

Documentation for handlers bound to evt.EVT_DATA_RECV or evt.EVT_DATA_SENT.

Parameters:event (events.Event) –

Represents data being sent to or received from the remote over the socket. Event attributes are:

  • assoc : the association that is running the service that received the user identity negotiation request.
  • data : the data sent to or received from the remote (as bytes).
  • event : the event that occurred as namedtuple.
  • timestamp : the date and time that the negotiation request was processed by the ACSE.