public class CardiacOutputMeasurementByIndicatorDilution_TID3515 extends Template
| Constructor and Description |
|---|
CardiacOutputMeasurementByIndicatorDilution_TID3515(SRTree objTree)
Instantiates a new CardiacOutputMeasurementByIndicatorDilution_TID3515 Template.
|
| Modifier and Type | Method and Description |
|---|---|
Measurement_TID300 |
getMeasurement()
Retrieves Measurement
|
void |
setCalibrationFactor(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Calibration Factor.
|
void |
setCardiacOutputMeasurement(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Cardiac Output measurement
|
void |
setCatheterSize(int[] arrPosition,
EnumCM_CatheterSizeUnits enumCatheterSizeUnits,
java.lang.String[] arrNumericValue)
Sets the value for Catheter Size
|
void |
setInjectateTemperature(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Injectate Temperature.
|
void |
setInjectateVolume(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Injectate Volume.
|
public CardiacOutputMeasurementByIndicatorDilution_TID3515(SRTree objTree)
objTree - Object of SRTree.public Measurement_TID300 getMeasurement()
public void setCardiacOutputMeasurement(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - Enumerated Value for ContinuityOfContent.public void setCatheterSize(int[] arrPosition,
EnumCM_CatheterSizeUnits enumCatheterSizeUnits,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrNumericValue - String array for Numeric Value.enumCatheterSizeUnits - Enumerated value for Catheter Size Unitspublic void setInjectateTemperature(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 setInjectateVolume(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 setCalibrationFactor(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.