pynetdicom._handlers.doc_handle_acse¶
- 
pynetdicom._handlers.doc_handle_acse(event, *args)[source]¶
- Documentation for handlers bound to - evt.EVT_ACSE_RECVor- 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. - Eventattributes are:- assoc: the- Associationthat triggered the event.
- event: the event that occurred as- NotificationEvent.
- primitive: the ACSE primitive sent to or received from the DUL service provider. One of- A_ASSOCIATE,- A_RELEASE,- A_ABORTor- A_P_ABORT.
- timestamp: the date and time that the negotiation item was processed as- datetime.datetime.
 
- 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- listthen there will be one or more optional extra parameters matching the contents of args.