pynetdicom.fsm.AE_1¶
-
pynetdicom.fsm.AE_1(dul)[source][source]¶ Association establishment action AE-1.
From Idle state, local AE issues a connection request to a remote. This is the first step in associating a local AE (requestor) to a remote AE (acceptor).
Used when the local AE is acting as an SCU
State-event triggers: Sta1 + Evt1
References
- 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: ‘Sta4’, the next state of the state machine. Return type: str