pynetdicom.fsm.AE_2¶
-
pynetdicom.fsm.AE_2(dul)[source][source]¶ Association establishment action AE-2.
On receiving connection confirmation, send A-ASSOCIATE-RQ to the peer AE This send a byte stream with the format given by Table 9-11
State-event triggers: Sta4 + Evt2
Callbacks: ApplicationEntity.on_send_associate_rq(PDU)
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: ‘Sta5’, the next state of the state machine. Return type: str