|
||||||||||
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--ifc.bim.openecg.jtools.jparser.SectGen
|
+--ifc.bim.openecg.jtools.jparser.Sect007
The structure of Section 7 with methods to parse data
| Nested Class Summary | |
class |
Sect007.QrsMeas
A structure for storing Qrs's measures |
class |
Sect007.SpkInfo
A structure for storing pacemaker spike's info |
class |
Sect007.SpkMeas
A structure for storing pacemaker spike's measures |
| Field Summary | |
int |
aRate
Stores atrail rate |
int |
blkNum
Stores total number of Qrs's blocks or beat types |
int |
formula
Stores formula typer used for HR correction |
byte[] |
manData
Stores manufacturere addictional data |
int |
ppInt
Stores average PP interval |
Sect007.QrsMeas[] |
qrsMeas
Stores Qrs's measurements |
int |
qrsNum
Stores total number of Qrs's blocks |
int[] |
qrsT
Stores type of each Qrs complex |
int |
qtC
Stores QT corrected |
int |
rrInt
Stores average RR interval |
Sect007.SpkInfo[] |
spkInfo
Stores pacemaker spikes' info |
Sect007.SpkMeas[] |
spkMeas
Stores pacemaker spikes' measurement |
int |
spkNum
Stores total number of pacemaker's spikes |
byte[] |
tFields
Stores tagged fields |
int |
tSize
Stores total size of tagged fields |
int |
vRate
Stores ventricular rate |
| Fields inherited from class ifc.bim.openecg.jtools.jparser.SectGen |
data, head, indx, log |
| Constructor Summary | |
Sect007()
Constructs a Sect7 with an anonymous logger |
|
Sect007(java.util.logging.Logger log)
Constructs a Sect7 that uses a specific logger |
|
| Method Summary | |
void |
Parse(int lNum)
Parse the data part retrieving the value of single fields |
int[] |
readTag(int tag)
Searches for a specified tag in tFields and reads its content, if found |
| Methods inherited from class ifc.bim.openecg.jtools.jparser.SectGen |
Load, PrnInfo, readByte, readFully, readInt, readShort |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int blkNum
public int spkNum
public int rrInt
public int ppInt
public Sect007.QrsMeas[] qrsMeas
public Sect007.SpkMeas[] spkMeas
public Sect007.SpkInfo[] spkInfo
public int qrsNum
public int[] qrsT
public int vRate
public int aRate
public int qtC
public int formula
public int tSize
public byte[] tFields
public byte[] manData
| Constructor Detail |
public Sect007()
public Sect007(java.util.logging.Logger log)
log - the logger to be used| Method Detail |
public void Parse(int lNum)
throws java.lang.Exception
Parse in class SectGenlNum - total number of leads stored in the SCP-ECG record (irrilevant for this section)
java.lang.Exception - if any error occours during the operationpublic int[] readTag(int tag)
tag - the number of the tag to be read
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||