📲Devices

Omron – HEM-9210T

Measurement

This device uses the standard blood pressure measurement protocol. The user can define directly on the device whether the measurements are in mmHg or in kPa.

Type

Unit

systolic_blood_pressure

mmHg or kPa

diastolic_blood_pressure

mmHg or kPa

heart_rate

/min

Example

Here you can download a sample observation made from this device:

Foracare – Diamond Mini

The user can define on the device whether the measurements are in mg/dL or in mmol/L.

Type

Unit

blood_glucose

mg/dL or mmol/L

Example

Here is a sample blood glucose measurement:

Thomson – TGBF1257

The user can define on the device whether the measurements are in kg, lb or in lbs.

Type

Unit

body_weight

kg, lb or lbs

body_fat_percentage

%

total_body_water

%

muscle_mass

%

calorie

cal

In order to get body fat, muscle mass, calorie or the total body water components a patient profile should be sent to Kligo prior to the measurement. These components are calculated using the age, weight and height of the patient.

example

Thomson – Checkme Pro

This device can be operated without a smartphone nor a tablet during the exams. But the transmission requires the use of Kligo mobile application.

In order to access the data, the device should be set to transmission mode.

Type of measurement

Type

Unit

L1

uV

ST_amplitude

mV

QT_interval

ms

QRS_duration

ms

QTc

ms

PVC

no unit

heart_rate

/min

spO2

%

PI

%

Interpretations

The CheckMe Pro offers additional information for each component. An interpretation is always present for the L1 component. This interpretation tells whether the ECG Rhythm is regular or not. If the device detects arrhythmia during the exam you can find the interpretation code directly on the specific component.

Component

code

Result

Condition

L1

N

Regular ECG Rhythm

normal

L1

A

Irregular ECG Rhythm

RR irregular

heart_rate

L

Low heart beat

HR < 50/min

heart_rate

H

High heart beat

HR > 100/min

QRS_duration

H

High QRS Value

QRS > 120ms

ST_amplitude

L

Low ST Value

ST < -0.2mV

ST_amplitude

H

High ST Value

ST > 0.2mV

PVC

H

Premature Beat

PVC > 0

spO2

A

Abnormal spO2

spO2

N

Normal spO2

For instance if the exam records a low heart rate, the component will look like the following one:

response with interpretation
{
    /*...*/,
    "components": {
        /* other components */
        "heart_rate": {
            "value": 49,
            "unit": "/min",
            "interpretation" : "L"
        }
    }
}

If no interpretation is present on a component block it means that the measurement is within the thresholds defined by the device.

Example

You can download a sample file containing the response of an ecg and oxymeter test done via the CheckMe Pro.

NuvoAir – AirNext

This device requires a smartphone or tablet in order to be operated. Using the Kligo mobile application. Once the spirometry test taken you can retrieve the graph under the flow component.

Type

Unit

FVC

L

FEV1

L

PEF

L/s

flow

L/s

FVC_predicted

L

FEV1_predicted

L

ratio

no unit

in order to get FVC_predicted, FEV1_predicted and FVC/FEV1 predicted ratio you must provide patient information.

You can find more details on this page.

Last updated