ifc.bim.openecg.jtools.jparser
Class Sect007.QrsMeas

java.lang.Object
  |
  +--ifc.bim.openecg.jtools.jparser.Sect007.QrsMeas
Enclosing class:
Sect007

public class Sect007.QrsMeas
extends java.lang.Object

A structure for storing Qrs's measures


Field Summary
 int pAx
          Stores P axis
 int pOff
          Stores P offset time
 int pOn
          Stores P onset time
 int qrsAx
          Stores Qrs Axis
 int qrsOff
          Stores Qrs offset time
 int qrsOn
          Stores Qrs onset time
 int tAx
          Stores T axis
 int tOff
          Stores T offset time
 
Constructor Summary
Sect007.QrsMeas()
          Construct a QrsMeas and read fields' values from section's data part
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pOn

public int pOn
Stores P onset time


pOff

public int pOff
Stores P offset time


qrsOn

public int qrsOn
Stores Qrs onset time


qrsOff

public int qrsOff
Stores Qrs offset time


tOff

public int tOff
Stores T offset time


pAx

public int pAx
Stores P axis


qrsAx

public int qrsAx
Stores Qrs Axis


tAx

public int tAx
Stores T axis

Constructor Detail

Sect007.QrsMeas

public Sect007.QrsMeas()
Construct a QrsMeas and read fields' values from section's data part