|
||||||||||
|
||||||||||
| 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.Sect008
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 |
public int conf
public int year
public int month
public int day
public int hour
public int min
public int sec
public int stNum
public Sect008.Stat[] stats
| Constructor Detail |
public Sect008()
public Sect008(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 (irrilevant for this section)
java.lang.Exception - if any error occours during the operation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||