pynetdicom._handlers.doc_handle_assoc¶
- 
pynetdicom._handlers.doc_handle_assoc(event, *args)[source]¶
- Documentation for handlers bound to - evt.EVT_ACCEPTED,- evt.EVT_ESTABLISHED,- evt.EVT_REJECTED,- evt.EVT_REQUESTED,- evt.EVT_RELEASEDor- evt.EVT_ABORTED.- Parameters
- event (events.Event) – - Represents moving to one of the main association states. Event attributes are: - assoc: the- Associationthat triggered the event.
- event: the event that occurred as- NotificationEvent.
- timestamp: the date and time that the association status changed 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.