Package com.pixelmed.scpecg
Class Section10
- java.lang.Object
-
- com.pixelmed.scpecg.Section
-
- com.pixelmed.scpecg.Section10
-
public class Section10 extends Section
A class to encapsulate the SCP-ECG Lead Measurement Results section.
-
-
Field Summary
-
Fields inherited from class com.pixelmed.scpecg.Section
bytesRead, header, sectionBytesRemaining, tree
-
-
Constructor Summary
Constructors Constructor Description Section10(SectionHeader header)
-
Method Summary
-
Methods inherited from class com.pixelmed.scpecg.Section
addNodeOfDecimalAndHex, addNodeOfDecimalWithMissingValues, addSectionHeaderToTree, describeMissingValues, getSectionHeader, getTree, getValueForSectionNodeInTree, makeSection, makeStringFromByteArrayRemovingAnyNulls, skipToEndOfSectionIfNotAlreadyThere
-
-
-
-
Constructor Detail
-
Section10
public Section10(SectionHeader header)
-
-
Method Detail
-
getSectionName
public java.lang.String getSectionName()
Get a string name for this section.
- Overrides:
getSectionName
in classSection
- Returns:
- a string name for this section
-
getNumberOfLeads
public int getNumberOfLeads()
-
getManufacturerSpecific
public int getManufacturerSpecific()
-
getLeadID
public int[] getLeadID()
-
getLengthOfRecord
public int[] getLengthOfRecord()
-
getPduration
public int[] getPduration()
-
getPRInterval
public int[] getPRInterval()
-
getQRSDuration
public int[] getQRSDuration()
-
getQTInterval
public int[] getQTInterval()
-
getQDuration
public int[] getQDuration()
-
getRDuration
public int[] getRDuration()
-
getSDuration
public int[] getSDuration()
-
getRPrimeDuration
public int[] getRPrimeDuration()
-
getSPrimeDuration
public int[] getSPrimeDuration()
-
getQAmplitude
public int[] getQAmplitude()
-
getRAmplitude
public int[] getRAmplitude()
-
getSAmplitude
public int[] getSAmplitude()
-
getRPrimeAmplitude
public int[] getRPrimeAmplitude()
-
getSPrimeAmplitude
public int[] getSPrimeAmplitude()
-
getJPointAmplitude
public int[] getJPointAmplitude()
-
getPPlusAmplitude
public int[] getPPlusAmplitude()
-
getPMinusAmplitude
public int[] getPMinusAmplitude()
-
getTPlusAmplitude
public int[] getTPlusAmplitude()
-
getTMinusAmplitude
public int[] getTMinusAmplitude()
-
getSTSlope
public int[] getSTSlope()
-
getPMorphology
public int[] getPMorphology()
-
getTMorphology
public int[] getTMorphology()
-
getIsoElectricSegmentAtQRSOnset
public int[] getIsoElectricSegmentAtQRSOnset()
-
getIsoElectricSegmentAtQRSEnd
public int[] getIsoElectricSegmentAtQRSEnd()
-
getIntrinsicoidDeflection
public int[] getIntrinsicoidDeflection()
-
getQualityCode
public int[] getQualityCode()
-
getSTAmplitudeJPointPlus20ms
public int[] getSTAmplitudeJPointPlus20ms()
-
getSTAmplitudeJPointPlus60ms
public int[] getSTAmplitudeJPointPlus60ms()
-
getSTAmplitudeJPointPlus80ms
public int[] getSTAmplitudeJPointPlus80ms()
-
getSTAmplitudeJPointPlusSixteenthAverageRRInterval
public int[] getSTAmplitudeJPointPlusSixteenthAverageRRInterval()
-
getSTAmplitudeJPointPlusEighthAverageRRInterval
public int[] getSTAmplitudeJPointPlusEighthAverageRRInterval()
-
read
public long read(BinaryInputStream i) throws java.io.IOException
Description copied from class:Section
Read the remainder of the section from a stream.
-
toString
public java.lang.String toString()
Description copied from class:Section
Dump the section as a
String
.
-
validate
public java.lang.String validate()
Description copied from class:Section
Validate the section against the standard.
-
getTree
public SCPTreeRecord getTree(SCPTreeRecord parent)
Get the contents of the section as a tree for display, constructing it if not already done.
-
-