ifc.bim.openecg.jtools.jparser
Class Sect010

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

public class Sect010
extends SectGen

The structure of Section 10 with methods to parse data


Nested Class Summary
 class Sect010.LMeas
          A structure to store lead's measurements
 
Field Summary
 Sect010.LMeas[] lMeas
          Stores leads' measurements
 int lNum
          Stores total number of leads
 int manSpec
          Stores manufacturer specific data
 
Fields inherited from class ifc.bim.openecg.jtools.jparser.SectGen
data, head, indx, log
 
Constructor Summary
Sect010()
          Constructs a Sect10 with an anonymous logger
Sect010(java.util.logging.Logger log)
          Constructs a Sect10 that uses a specific logger
 
Method Summary
 void Parse(int lNum)
          Parse the data part retrieving the value of single fields
 
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

lNum

public int lNum
Stores total number of leads


manSpec

public int manSpec
Stores manufacturer specific data


lMeas

public Sect010.LMeas[] lMeas
Stores leads' measurements

Constructor Detail

Sect010

public Sect010()
Constructs a Sect10 with an anonymous logger


Sect010

public Sect010(java.util.logging.Logger log)
Constructs a Sect10 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