pynetdicom.events.InterventionEvent

class pynetdicom.events.InterventionEvent(name, description)

Representation of an intervention event.

New in version 1.3.

Possible intervention events are:

  • EVT_ASYNC_OPS

  • EVT_SOP_COMMON

  • EVT_SOP_EXTENDED

  • EVT_USER_ID

  • EVT_C_ECHO

  • EVT_C_FIND

  • EVT_C_GET

  • EVT_C_MOVE

  • EVT_C_STORE

  • EVT_N_ACTION

  • EVT_N_CREATE

  • EVT_N_DELETE

  • EVT_N_EVENT_REPORT

  • EVT_N_GET

  • EVT_N_SET

__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

description

Alias for field number 1

is_intervention

is_notification

name

Alias for field number 0

description

Alias for field number 1

name

Alias for field number 0