public class VascularUltrasoundMeasurementGroup_TID5104 extends Template
| Constructor and Description |
|---|
VascularUltrasoundMeasurementGroup_TID5104(SRTree objTree)
Instantiates VascularUltrasoundMeasurementGroup_TID5104 Template.
|
| Modifier and Type | Method and Description |
|---|---|
Measurement_TID300 |
getVesselSegmentModifiers()
Retrieves the object of Measurement_TID300
|
void |
setCardiacCyclePoint(int[] arrPosition,
EnumCM_CardiacPhase enumCardiacPhase)
Sets value for CardiacCyclePoint.
|
void |
setDopplerAngle(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Doppler Angle.
|
void |
setMeasurementOrientation(int[] arrPosition,
EnumCM_MeasurementOrientation enumMeasurementOrientation) |
void |
setSampleVolumeDepth(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Doppler Angle.
|
void |
setTemporalperiodrelatedtoeating(int[] arrPosition) |
void |
setTopographicalModifier(int[] arrPosition,
EnumCM_VesselSegmentModifiers enumVesselSegmentModifiers)
Sets value for Topographical modifier.
|
void |
setVesselBranch(int[] arrPosition,
EnumCM_VesselBranchModifiers enumVesselBranchModifiers)
Sets value for Vessel Branch.
|
public VascularUltrasoundMeasurementGroup_TID5104(SRTree objTree)
objTree - Object of SRTree.public Measurement_TID300 getVesselSegmentModifiers()
public void setTopographicalModifier(int[] arrPosition,
EnumCM_VesselSegmentModifiers enumVesselSegmentModifiers)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumVesselSegmentModifiers - Enumerated value for VesselSegmentModifiers.public void setVesselBranch(int[] arrPosition,
EnumCM_VesselBranchModifiers enumVesselBranchModifiers)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumVesselBranchModifiers - Enumerated value for enumVesselBranchModifiers.public void setCardiacCyclePoint(int[] arrPosition,
EnumCM_CardiacPhase enumCardiacPhase)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumVesselBranchModifiers - Enumerated value for enumVesselBranchModifiers.public void setTemporalperiodrelatedtoeating(int[] arrPosition)
public void setMeasurementOrientation(int[] arrPosition,
EnumCM_MeasurementOrientation enumMeasurementOrientation)
public void setDopplerAngle(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 setSampleVolumeDepth(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.