pynetdicom._handlers.doc_handle_acse

pynetdicom._handlers.doc_handle_acse(event: Event, *args: Sequence[Any]) None[source]

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:

  • args – If the handler was bound to the event using bind(event, handler, args) or by passing evt_handlers=[(event, handler, args), ...], where args is a list then there will be one or more optional extra parameters matching the contents of args.