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_OPSEVT_SOP_COMMONEVT_SOP_EXTENDEDEVT_USER_IDEVT_C_ECHOEVT_C_FINDEVT_C_GETEVT_C_MOVEEVT_C_STOREEVT_N_ACTIONEVT_N_CREATEEVT_N_DELETEEVT_N_EVENT_REPORTEVT_N_GETEVT_N_SET
- __init__()¶
Methods
__init__()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