pynetdicom._handlers.doc_handle_acse¶
- pynetdicom._handlers.doc_handle_acse(event)[source][source]¶
Documentation for handlers bound to
evt.EVT_ACSE_RECVorevt.EVT_ACSE_SENT.- Parameters
event (events.Event) –
Represents the ACSE service provider receiving or sending an association related primitive to/from the DUL service provider.
Eventattributes are:assoc: theassociationthat is running the service that received the user identity negotiation request.description: a description of the event that occurred as str.name: the name of the event that occurred as str.primitive: the ACSE primitive sent to or received from the DUL service provider. One ofA_ASSOCIATE,A_RELEASE,A_ABORTorA_P_ABORT.timestamp: the date and time that the negotiation request was processed by the ACSE.