ifc.bim.openecg.jtools.jparser
Class Sect008

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

public class Sect008
extends SectGen

The structure of Section 8 with methods to parse data


Nested Class Summary
 class Sect008.Stat
          A structure for storing statement's data
 
Field Summary
 int conf
          Stores "confirmed" flag
 int day
          Stores day
 int hour
          Stores hour
 int min
          Stores minutes
 int month
          Stores month
 int sec
          Stores secondds
 Sect008.Stat[] stats
          Stores statements data
 int stNum
          Stores total number of statements
 int year
          Stores year
 
Fields inherited from class ifc.bim.openecg.jtools.jparser.SectGen
data, head, indx, log
 
Constructor Summary
Sect008()
          Constructs a Sect8 with an anonymous logger
Sect008(java.util.logging.Logger log)
          Constructs a Sect8 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

conf

public int conf
Stores "confirmed" flag


year

public int year
Stores year


month

public int month
Stores month


day

public int day
Stores day


hour

public int hour
Stores hour


min

public int min
Stores minutes


sec

public int sec
Stores secondds


stNum

public int stNum
Stores total number of statements


stats

public Sect008.Stat[] stats
Stores statements data

Constructor Detail

Sect008

public Sect008()
Constructs a Sect8 with an anonymous logger


Sect008

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