pynetdicom.fsm.AR_8¶
- pynetdicom.fsm.AR_8(dul)[source][source]¶
Association release AR-8.
On receiving association release request while local is requesting release then issue release collision indication
State-event triggers: Sta7 + Evt12
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
Either Sta9 or Sta10, the next state of the state machine
- Return type