|
||||||||||
|
||||||||||
| 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.Sect005
The structure of Section 5 with methods to parse data
| Field Summary | |
int |
avm
Stores Avm value |
int |
diff
Stores differece mode used |
byte[][] |
eBData
Stores encoded reference beat data for each lead |
int[] |
eBLen
Stores reference beats' lengths |
int |
res
Stores reserved bytes |
int |
sInt
Stores sample interval |
| Fields inherited from class ifc.bim.openecg.jtools.jparser.SectGen |
data, head, indx, log |
| Constructor Summary | |
Sect005()
Constructs a Sect5 with an anonymous logger |
|
Sect005(java.util.logging.Logger log)
Constructs a Sect5 that uses a specific logger |
|
| Method Summary | |
void |
Parse(int lNum)
Parse the data part retrieving the value of single fields |
void |
PrnInfo()
Prints basic useful informations about this section |
| Methods inherited from class ifc.bim.openecg.jtools.jparser.SectGen |
Load, 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 avm
public int sInt
public int diff
public int res
public int[] eBLen
public byte[][] eBData
| Constructor Detail |
public Sect005()
public Sect005(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
java.lang.Exception - if any error occours during the operationpublic void PrnInfo()
PrnInfo in class SectGen
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||