Classification
Name |
IsDeviceEvent
|
Short Description |
Checks whether the event originated from a DeviceEventSource term
|
Class |
Term
|
Extension |
OTX Measure extension
|
Group |
Event related terms
|
Exceptions |
-
|
Checker Rules |
-
|
Standard Compliant |
Yes
|
Pseudo-Code Syntax
Boolean IsDeviceEvent(Event event);
Description
The term will return TRUE if if the event originated from a DeviceEventSource term.
Return Value
The Term returns the value, see table below.
|
|
In OTX, Terms are categorized according to its return data type!
|
Data Type |
Description
|
Boolean |
This value is TRUE if if the event originated from a DeviceEventSource term.
|
Properties
Name |
Data Type |
Class |
Default |
Cardinality |
Description
|
Event |
Event |
Term |
- |
[1] |
The event, whose Type is checked.
|
Examples
Boolean result = IsDeviceEvent(myEvent);
See also
DeviceEventSource
GetDeviceServiceNameFromEvent