pynetdicom.events.NotificationEvent

class pynetdicom.events.NotificationEvent(name, description)[source]

Representation of a notification event.

New in version 1.3.

Possible notification events are:

  • EVT_ABORTED

  • EVT_ACCEPTED

  • EVT_ACSE_RECV

  • EVT_ACSE_SENT

  • EVT_CONN_CLOSE

  • EVT_CONN_OPEN

  • EVT_DATA_RECV

  • EVT_DATA_SENT

  • EVT_DIMSE_RECV

  • EVT_DIMSE_SENT

  • EVT_ESTABLISHED

  • EVT_FSM_TRANSITION

  • EVT_PDU_RECV

  • EVT_PDU_SENT

  • EVT_REJECTED

  • EVT_RELEASED

  • EVT_REQUESTED

__init__()

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__()

Initialize self.

count(value)

index(value, [start, [stop]])

Raises ValueError if the value is not present.

Attributes

description

Alias for field number 1

is_intervention

is_notification

name

Alias for field number 0

property description

Alias for field number 1

property name

Alias for field number 0