pynetdicom.events.NotificationEvent¶
-
class
pynetdicom.events.NotificationEvent(name: str, description: str, is_intervention: bool = False, is_notification: bool = True)¶ Representation of a notification event.
New in version 1.3.
Possible notification events are:
EVT_ABORTEDEVT_ACCEPTEDEVT_ACSE_RECVEVT_ACSE_SENTEVT_CONN_CLOSEEVT_CONN_OPENEVT_DATA_RECVEVT_DATA_SENTEVT_DIMSE_RECVEVT_DIMSE_SENTEVT_ESTABLISHEDEVT_FSM_TRANSITIONEVT_PDU_RECVEVT_PDU_SENTEVT_REJECTEDEVT_RELEASEDEVT_REQUESTED
-
__init__()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__()Initialize self.
count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
Attributes
Alias for field number 1
Alias for field number 2
Alias for field number 3
Alias for field number 0
-
description: str¶ Alias for field number 1
-
is_intervention: bool¶ Alias for field number 2
-
is_notification: bool¶ Alias for field number 3
-
name: str¶ Alias for field number 0