pynetdicom._handlers.doc_handle_fsm

pynetdicom._handlers.doc_handle_fsm(event)[source][source]

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.

  • assoc : the association that is running the service that received the user identity negotiation request.

  • current_state : the current state of the state machine as str.

  • description : a description of the event that occurred as str.

  • fsm_event : the name of the state machine event that occurred, triggering the transition.

  • name : the name of the event that occurred as str.

  • next_state : the state the state machine will be in after the action has been performed.

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