public class VAMainResultsTemplate_TID3206 extends Template
| Constructor and Description |
|---|
VAMainResultsTemplate_TID3206(SRTree objTree)
Instantiates VAMainResultsTemplate_TID3206 Template.
|
| Modifier and Type | Method and Description |
|---|---|
Measurement_TID300 |
getMeasurement()
Retrieves Measurement
|
void |
setFindings(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Findings
|
void |
setFindingSite(int[] arrPosition,
EnumCM_ChamberIdentification enumChamberIdentification)
Sets the value for Finding Site.
|
void |
setHeartRate(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Heart Rate.
|
void |
setRegressionOffsetED(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Regression Offset ED.
|
void |
setRegressionOffsetES(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Regression Offset ES.
|
void |
setRegressionSlopeED(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Regression Slope ED.
|
void |
setRegressionSlopeES(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Regression Slope ES.
|
void |
setRegressionVolumeExponent(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Regression Volume Exponent.
|
void |
setVolumeMethod(int[] arrPosition,
EnumCM_VolumeMethods enumVolumeMethods)
Sets the value for Volume Method.
|
public VAMainResultsTemplate_TID3206(SRTree objTree)
objTree - Object of SRTree.public Measurement_TID300 getMeasurement()
public void setFindings(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - Enumerated Value for ContinuityOfContent.public void setFindingSite(int[] arrPosition,
EnumCM_ChamberIdentification enumChamberIdentification)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumChamberIdentification - Enumerated value for value for ChamberIdentificationpublic void setVolumeMethod(int[] arrPosition,
EnumCM_VolumeMethods enumVolumeMethods)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumChamberIdentification - Enumerated value for value for ChamberIdentificationpublic void setRegressionVolumeExponent(int[] arrPosition,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrNumericValue - String array for Numeric Value.public void setRegressionSlopeED(int[] arrPosition,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrNumericValue - String array for Numeric Value.public void setRegressionOffsetED(int[] arrPosition,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrNumericValue - String array for Numeric Value.public void setRegressionSlopeES(int[] arrPosition,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrNumericValue - String array for Numeric Value.public void setRegressionOffsetES(int[] arrPosition,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrNumericValue - String array for Numeric Value.public void setHeartRate(int[] arrPosition,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrNumericValue - String array for Numeric Value.