-
Notifications
You must be signed in to change notification settings - Fork 34
Observation Type Resolver Methods
The following lists the public static methods in the ObservationTypeResolver
class.
Returns true
if the given Observation object represents an ECG Lead I waveform.
Returns true
if the given Observation object represents an ECG Lead II waveform.
Returns true
if the given Observation object represents an ECG Lead III waveform.
Returns true
if the given Observation object represents an ECG Lead V1 waveform.
Returns true
if the given Observation object represents an ECG Lead V2 waveform.
Returns true
if the given Observation object represents an ECG Lead V3 waveform.
Returns true
if the given Observation object represents an ECG Lead V4 waveform.
Returns true
if the given Observation object represents an ECG Lead V5 waveform.
Returns true
if the given Observation object represents an ECG Lead V6 waveform.
Returns true
if the given Observation object represents an ECG Lead V7 waveform.
Returns true
if the given Observation object represents an ECG Lead V8 waveform.
Returns true
if the given Observation object represents an ECG Lead V9 waveform.
Returns true
if the given Observation object represents an ECG Lead AVF waveform.
Returns true
if the given Observation object represents an ECG Lead AVL waveform.
Returns true
if the given Observation object represents an ECG Lead AVR waveform.
Returns true
if the given Observation object represents a Heart Rate vital.
Returns true
if the given Observation object represents a Respiratory Rate vital.
Returns true
if the given Observation object represents an Impedance Respiratory wave form
Returns true
if the given Observation object represents a Temperature vital.
Returns true
if the given Observation object represents an SpO2 vital.
Returns true
if the given Observation object represents a Systolic Blood Pressure vital.
Returns true
if the given Observation object represents a Diastolic Blood Pressure vital.
Returns true
if the given Observation object represents a Pleth waveform.
Returns true
if the given Observation object represents a Pulse vital.
Returns the human-readable label of the reading type for the given Observation object
The following methods are available as both Java methods and SPL functions. All methods contain the @Function(namespace="com.ibm.streamsx.health.ingest.types.resolver")
annotation, so that they can be called in an SPL application.
Returns true
if the given Observation object represents an ECG Lead I waveform.
Returns true
if the given Observation object represents an ECG Lead II waveform.
Returns true
if the given Observation object represents an ECG Lead III waveform.
Returns true
if the given Observation object represents an ECG Lead V1 waveform.
Returns true
if the given Observation object represents an ECG Lead V2 waveform.
Returns true
if the given Observation object represents an ECG Lead V3 waveform.
Returns true
if the given Observation object represents an ECG Lead V4 waveform.
Returns true
if the given Observation object represents an ECG Lead V5 waveform.
Returns true
if the given Observation object represents an ECG Lead V6 waveform.
Returns true
if the given Observation object represents an ECG Lead V7 waveform.
Returns true
if the given Observation object represents an ECG Lead V8 waveform.
Returns true
if the given Observation object represents an ECG Lead V9 waveform.
Returns true
if the given Observation object represents an ECG Lead AVF waveform.
Returns true
if the given Observation object represents an ECG Lead AVL waveform.
Returns true
if the given Observation object represents an ECG Lead AVR waveform.
Returns true
if the given Observation object represents a Heart Rate vital.
Returns true
if the given Observation object represents a Respiratory Rate vital.
Returns true
if the given Observation object represents an Impedance Respiratory wave form.
Returns true
if the given Observation object represents a Temperature vital.
Returns true
if the given Observation object represents an SpO2 vital.
Returns true
if the given Observation object represents a Systolic Blood Pressure vital.
Returns true
if the given Observation object represents a Diastolic Blood Pressure vital.
Returns true
if the given Observation object represents a Pleth waveform.
Returns true
if the given Observation object represents a Pulse vital.
Returns the human-readable label of the reading type for the given Observation object