public class EchoMeasurement_TID5203 extends Template
| Constructor and Description |
|---|
EchoMeasurement_TID5203(SRTree objTree)
Instantiates EchoMeasurement_TID5203 Template.
|
| Modifier and Type | Method and Description |
|---|---|
Measurement_TID300 |
getMeasurement()
Retrieves the object of Measurement_TID300
|
void |
setCardiacCyclePoint(int[] arrPosition,
EnumCM_CardiacPhase enumCardiacPhase)
Sets value for Cardiac Cycle Point.
|
void |
setFlowDirection(int[] arrPosition,
EnumCM_FlowDirection enumFlowDirection)
Sets value for Flow Direction.
|
void |
setImageMode(int[] arrPosition,
EnumCM_UltrasoundImageModes enumUltrasoundImageModes)
Sets value for Image Mode.
|
void |
setImageView(int[] arrPosition,
EnumCM_EchocardiographyImageView enumEchocardiographyImageView)
Sets value for Image View.
|
void |
setRespiratoryCyclePoint(int[] arrPosition,
EnumCM_RespirationState enumRespirationState)
Sets value for Respiratory Cycle Point.
|
void |
setStage(int[] arrPosition,
EnumCM_UltrasoundProtocolStageTypes enumUltrasoundProtocolStageTypes)
Sets value for Stage.
|
public EchoMeasurement_TID5203(SRTree objTree)
objTree - Object of SRTree.public Measurement_TID300 getMeasurement()
public void setFlowDirection(int[] arrPosition,
EnumCM_FlowDirection enumFlowDirection)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumFlowDirection - Enumerated value for FlowDirectionpublic void setStage(int[] arrPosition,
EnumCM_UltrasoundProtocolStageTypes enumUltrasoundProtocolStageTypes)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumUltrasoundProtocolStageTypes - Enumerated value for UltrasoundProtocolStageTypespublic void setRespiratoryCyclePoint(int[] arrPosition,
EnumCM_RespirationState enumRespirationState)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumRespirationState - Enumerated value for RespirationStatepublic void setCardiacCyclePoint(int[] arrPosition,
EnumCM_CardiacPhase enumCardiacPhase)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumCardiacPhase - Enumerated value for CardiacPhasepublic void setImageMode(int[] arrPosition,
EnumCM_UltrasoundImageModes enumUltrasoundImageModes)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumUltrasoundImageModes - Enumerated value for UltrasoundImageModespublic void setImageView(int[] arrPosition,
EnumCM_EchocardiographyImageView enumEchocardiographyImageView)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumEchocardiographyImageView - Enumerated value for EchocardiographyImageView