pynetdicom._handlers.doc_handle_acse

pynetdicom._handlers.doc_handle_acse(event)

Documentation for handlers bound to evt.EVT_ACSE_RECV or evt.EVT_ACSE_SENT.

Parameters

event (events.Event) –

Represents the ACSE service provider receiving or sending an association related primitive to/from the DUL service provider. 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.

  • primitive : the ACSE primitive sent to or received from the DUL service provider. One of A_ASSOCIATE, A_RELEASE, A_ABORT or A_P_ABORT.

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