pynetdicom.events.InterventionEvent¶
-
class
pynetdicom.events.
InterventionEvent
(name: str, description: str, is_intervention: bool = True, is_notification: bool = False)¶ 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
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