pynetdicom.fsm.AE_5

pynetdicom.fsm.AE_5(dul)

Association establishment action AE-5.

From Idle state, on receiving a remote connection attempt, respond and start ARTIM. This is the first step in associating a remote AE (requestor) to the local AE (acceptor).

State-event triggers: Sta1 + Evt5

References

  1. DICOM Standard 2015b, PS3.8, Table 9-7, “Associate Establishment Related Actions”
Parameters:dul (pynetdicom.dul.DULServiceProvider) – The DICOM Upper Layer Service instance for the local AE
Returns:Sta2, the next state of the state machine
Return type:str