ifc.bim.openecg.jtools.jparser
Class Sect004

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

public class Sect004
extends SectGen

The structure of Section 4 with methods to parse data


Nested Class Summary
 class Sect004.ProtA
          A structure for storing subtraction zone's details
 class Sect004.SubZ
          A structure for storing subtraction zone's details
 
Field Summary
 int fLoc
          Stores fiducial location in type 0 beat
 Sect004.ProtA[] protAs
          Stores protected areas' structures
 int qrsNum
          Stores the number of qrs complexes
 Sect004.SubZ[] subZs
          Stores subtraction zones' structures
 int t0Len
          Stores type 0 beat's length
 
Fields inherited from class ifc.bim.openecg.jtools.jparser.SectGen
data, head, indx, log
 
Constructor Summary
Sect004()
          Constructs a Sect4 with an anonymous logger
Sect004(java.util.logging.Logger log)
          Constructs a Sect4 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

t0Len

public int t0Len
Stores type 0 beat's length


fLoc

public int fLoc
Stores fiducial location in type 0 beat


qrsNum

public int qrsNum
Stores the number of qrs complexes


subZs

public Sect004.SubZ[] subZs
Stores subtraction zones' structures


protAs

public Sect004.ProtA[] protAs
Stores protected areas' structures

Constructor Detail

Sect004

public Sect004()
Constructs a Sect4 with an anonymous logger


Sect004

public Sect004(java.util.logging.Logger log)
Constructs a Sect4 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 (irrilevant for this section)
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