pynetdicom._handlers.doc_handle_data¶
-
pynetdicom._handlers.
doc_handle_data
(event)¶ Documentation for handlers bound to
evt.EVT_DATA_RECV
orevt.EVT_DATA_SENT
.- Parameters
event (events.Event) –
Represents data being sent to or received from the remote over the socket.
Event
attributes are:assoc
: theassociation
that is running the service that received the user identity negotiation request.data
: the data sent to or received from the remote (asbytes
).event
: the event that occurred asnamedtuple
.timestamp
: the date and time that the negotiation request was processed by the ACSE.