public class StressEchoMeasurementGroup_TID3309 extends Template
| Constructor and Description |
|---|
StressEchoMeasurementGroup_TID3309(SRTree objTree)
Instantiates a new StressEchoMeasurementGroup_TID3309 Template.
|
| Modifier and Type | Method and Description |
|---|---|
EchoMeasurement_TID5203 |
getEchoMeasurement()
Retrieves Echo Measurement.
|
WallMotionAnalysis_TID5204 |
getWallMotionAnalysis()
Retrieves Wall Motion Analysis.
|
void |
setAorticValve(int[] arrPosition)
Sets the value for Aortic Valve.
|
void |
setEchocardiography(int[] arrPosition)
Sets the value for Echocardiography.
|
void |
setFindings(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Findings.
|
void |
setFindingSite(int[] arrPosition)
Sets the value for Finding Site.
|
void |
setLeftVentricle(int[] arrPosition)
Sets the value for Left Ventricle.
|
void |
setMitralValve(int[] arrPosition)
Sets the value for Mitral Valve.
|
void |
setProcedureReported(int[] arrPosition)
Sets the value for Procedure reported.
|
void |
seTricuspidValve(int[] arrPosition)
Sets the value for Tricuspid Valve.
|
public StressEchoMeasurementGroup_TID3309(SRTree objTree)
objTree - Object of SRTree.public EchoMeasurement_TID5203 getEchoMeasurement()
public WallMotionAnalysis_TID5204 getWallMotionAnalysis()
public void setProcedureReported(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.public void setEchocardiography(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.public void setFindingSite(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.public void setLeftVentricle(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.public void setAorticValve(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.public void setMitralValve(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.public void setFindings(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - public void seTricuspidValve(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.