ifc.bim.openecg.jtools.jparser
Class Sect006

java.lang.Object
  |
  +--ifc.bim.openecg.jtools.jparser.SectGen
        |
        +--ifc.bim.openecg.jtools.jparser.Sect006

public class Sect006
extends SectGen

The structure of Section 6 with methods to parse data


Field Summary
 int avm
          Stores Avm value
 int compT
          Stores "bimodal used" flag
 int diff
          Stores differece mode used
 byte[][] lData
          Stores leads' data
 int[] lLen
          Stores leads' lengths
 int sInt
          Stores sample interval
 
Fields inherited from class ifc.bim.openecg.jtools.jparser.SectGen
data, head, indx, log
 
Constructor Summary
Sect006()
          Constructs a Sect6 with an anonymous logger
Sect006(java.util.logging.Logger log)
          Constructs a Sect6 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

avm

public int avm
Stores Avm value


sInt

public int sInt
Stores sample interval


diff

public int diff
Stores differece mode used


compT

public int compT
Stores "bimodal used" flag


lLen

public int[] lLen
Stores leads' lengths


lData

public byte[][] lData
Stores leads' data

Constructor Detail

Sect006

public Sect006()
Constructs a Sect6 with an anonymous logger


Sect006

public Sect006(java.util.logging.Logger log)
Constructs a Sect6 that uses a specific logger

Parameters:
log - the logger to be used
Method Detail

Parse

public void Parse(int lNum)
           throws java.lang.Exception
Parse the data part retrieving the value of single fields

Overrides:
Parse in class SectGen
Parameters:
lNum - total number of leads stored in the SCP-ECG record
Throws:
java.lang.Exception - if any error occours during the operation

PrnInfo

public void PrnInfo()
Prints basic useful informations about this section

Overrides:
PrnInfo in class SectGen