Wolfram Computation Meets Knowledge

Corrected QT Interval Using RR Interval

The QT interval is a measure of the time between the start of the Q wave and the end of the T wave in the heart's electrical cycle. It can be corrected for heart rate for improved detection of patients at increased risk of ventricular arrhythmia.

The corrected QT interval equals the QT interval divided by the square root of the RR interval.

Formula

QuantityVariable["QTc", "Time"] == QuantityVariable["QT", "Time"]/Sqrt[Quantity[1, "Seconds"^(-1)]*QuantityVariable["RR", "Time"]]

symbol description physical quantity
QTc corrected QT interval "Time"
QT QT interval "Time"
RR RR interval "Time"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Corrected QT Interval Using RR Interval"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Corrected QT Interval Using RR Interval"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Corrected QT Interval Using RR Interval"], {QuantityVariable[
   "RR","Time"] -> Quantity[0.86`2., "Seconds"]}]
Out[3]=

Publisher Information