pynetdicom._handlers.doc_handle_assoc

pynetdicom._handlers.doc_handle_assoc(event)

Documentation for handlers bound to evt.EVT_ACCEPTED, evt.EVT_ESTABLISHED, evt.EVT_REJECTED, evt.EVT_REQUESTED, evt.EVT_RELEASED or evt.EVT_ABORTED.

Parameters:event (events.Event) –

Represents moving to one of the main association states. Event attributes are:

  • assoc : the association that is running the service that received the user identity negotiation request.
  • event : the event that occurred as namedtuple.
  • timestamp : the date and time that the negotiation request was processed by the ACSE.