pynetdicom._handlers.doc_handle_fsm¶
-
pynetdicom._handlers.
doc_handle_fsm
(event)¶ Documentation for handlers bound to
evt.EVT_FSM_TRANSITION
.Parameters: event (events.Event) – Represents the state machine receiving a triggering event and being about to perform the action that will take it to the next state.
Event
attributes are:action
: the name of the action that’s to be performed asstr
.assoc
: theassociation
that is running the service that received the user identity negotiation request.current_state
: the current state of the state machine asstr
.event
: the event that occurred asnamedtuple
.fsm_event
: the name of the state machine event that occurred, triggering the transition asstr
.next_state
: the state the state machine will be in after the action has been performed asstr
.timestamp
: the date and time that the negotiation request was processed by the ACSE.