pynetdicom.fsm.AE_1¶
- 
pynetdicom.fsm.AE_1(dul)[source]¶
- Association establishment action AE-1. - Event - Service user issued A-ASSOCIATE (request) to the service provider - Action - Issue TRANSPORT CONNECT request primitive to the transport service. - State/Event Triggers - Sta1 + Evt1 
 - Parameters
- dul (dul.DULServiceProvider) – The DICOM Upper Layer Service instance for the local AE 
- Returns
- 'Sta4', the next state of the state machine.
- Return type