public class CADOperatingPoints_TID4023 extends Template
| Constructor and Description |
|---|
CADOperatingPoints_TID4023(SRTree objTree)
Instantiates a new HemodynamicAcquisitionContext_TID3530 Template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setCADOperatingPoint(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets Source of CAD Operating Point.
|
void |
setCADOperatingPointDescription(int[] arrPosition,
java.lang.String strValue)
Sets Source of CAD Operating Point Description.
|
void |
setCADOperatingPointTable(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets Source of CAD Operating Point Table.
|
void |
setMaximumCADOperatingPoint(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets Source of Maximum CAD Operating Point.
|
void |
setRecommendedCADOperatingPoint(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets Source of Recommended CAD Operating Point.
|
void |
setXConcept(int[] arrPosition,
EnumCM_CADOperatingPointAxisLabel enumCADOperatingPointAxisLabel,
java.lang.String[] arrNumericValue)
Sets value for X-Concept.
|
void |
setYConcept(int[] arrPosition,
EnumCM_CADOperatingPointAxisLabel enumCADOperatingPointAxisLabel,
java.lang.String[] arrNumericValue)
Sets value for Y-Concept.
|
public CADOperatingPoints_TID4023(SRTree objTree)
objTree - Object of SRTree.public void setXConcept(int[] arrPosition,
EnumCM_CADOperatingPointAxisLabel enumCADOperatingPointAxisLabel,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumCADOperatingPointAxisLabel - Enumerated value for CADOperatingPointAxisLabel.arrNumericValue - public void setYConcept(int[] arrPosition,
EnumCM_CADOperatingPointAxisLabel enumCADOperatingPointAxisLabel,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumCADOperatingPointAxisLabel - Enumerated value for CADOperatingPointAxisLabel.arrNumericValue - public void setCADOperatingPoint(int[] arrPosition,
java.lang.String[] arrNumericValue)
arrPosition - position at which the node will get added in the tree.arrNumericValue - public void setCADOperatingPointDescription(int[] arrPosition,
java.lang.String strValue)
arrPosition - position at which node is to be added in the tree.strValue - public void setCADOperatingPointTable(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
arrPosition - position at which node is to be added in the tree.strValue - enumContinuityOfContent - public void setRecommendedCADOperatingPoint(int[] arrPosition,
java.lang.String[] arrNumericValue)
arrPosition - position at which node is to be added in the tree.arrNumericValue - public void setMaximumCADOperatingPoint(int[] arrPosition,
java.lang.String[] arrNumericValue)
arrPosition - position at which node is to be added in the tree.arrNumericValue -