pynetdicom._handlers.doc_handle_data

pynetdicom._handlers.doc_handle_data(event)[source][source]

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).

  • description : a description of the event that occurred as str.

  • name : the name of the event that occurred as str.

  • timestamp : the date and time that the negotiation request was processed by the ACSE.