public class Section4 extends Section
A class to encapsulate the SCP-ECG QRS Locations section.
bytesRead, header, sectionBytesRemaining, tree| Constructor and Description |
|---|
Section4(SectionHeader header) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getBeatType() |
int |
getLengthOfReferenceBeat0DataInMilliSeconds() |
int |
getSampleNumberOfQRSOfFiducial() |
long[] |
getSampleNumberOfResidualOfFiducial() |
long[] |
getSampleNumberOfResidualToEndProtectedArea() |
long[] |
getSampleNumberOfResidualToEndSubtractingQRS() |
long[] |
getSampleNumberOfResidualToStartProtectedArea() |
long[] |
getSampleNumberOfResidualToStartSubtractingQRS() |
String |
getSectionName()
Get a string name for this section.
|
int |
getTotalNumberOfQRSComplexes() |
SCPTreeRecord |
getTree(SCPTreeRecord parent)
Get the contents of the section as a tree for display, constructing it if not already done.
|
long |
read(BinaryInputStream i)
Read the remainder of the section from a stream.
|
String |
toString()
Dump the section as a
String. |
String |
validate()
Validate the section against the standard.
|
addNodeOfDecimalAndHex, addNodeOfDecimalWithMissingValues, addSectionHeaderToTree, describeMissingValues, getSectionHeader, getTree, getValueForSectionNodeInTree, makeSection, makeStringFromByteArrayRemovingAnyNulls, skipToEndOfSectionIfNotAlreadyTherepublic Section4(SectionHeader header)
public int[] getBeatType()
public int getLengthOfReferenceBeat0DataInMilliSeconds()
public int getSampleNumberOfQRSOfFiducial()
public long[] getSampleNumberOfResidualOfFiducial()
public long[] getSampleNumberOfResidualToEndProtectedArea()
public long[] getSampleNumberOfResidualToEndSubtractingQRS()
public long[] getSampleNumberOfResidualToStartProtectedArea()
public long[] getSampleNumberOfResidualToStartSubtractingQRS()
public String getSectionName()
Get a string name for this section.
getSectionName in class Sectionpublic int getTotalNumberOfQRSComplexes()
public SCPTreeRecord getTree(SCPTreeRecord parent)
Get the contents of the section as a tree for display, constructing it if not already done.
public long read(BinaryInputStream i) throws IOException
SectionRead the remainder of the section from a stream.
read in class Sectioni - the input streamIOExceptionpublic String toString()
SectionDump the section as a String.