public class OBGYNPelvicVascularUltrasoundMeasurementGroup_TID5026 extends Template
| Constructor and Description |
|---|
OBGYNPelvicVascularUltrasoundMeasurementGroup_TID5026(SRTree objTree)
Instantiates OBGYNPelvicVascularUltrasoundMeasurementGroup_TID5026 Template.
|
| Modifier and Type | Method and Description |
|---|---|
Measurement_TID300 |
getMeasurement()
Retrieves the object of Measurement_TID300
|
void |
setAnatomicIdentifier(int[] arrPosition,
java.lang.String strAnatomicIdentifier)
Sets the value for Anatomic Identifier
|
void |
setDopplerAngle(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Doppler Angle
|
void |
setLaterality(int[] arrPosition,
EnumCM_Laterality enumLaterality)
Sets the value for Laterality.
|
void |
setMeasurementOrientation(int[] arrPosition)
Sets the value for MeasurementOrientation.
|
void |
setSampleVolumeDepth(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Sample Volume Depth
|
public OBGYNPelvicVascularUltrasoundMeasurementGroup_TID5026(SRTree objTree)
objTree - Object of SRTree.public Measurement_TID300 getMeasurement()
public void setLaterality(int[] arrPosition,
EnumCM_Laterality enumLaterality)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumLaterality - Enum value for Lateralitypublic void setAnatomicIdentifier(int[] arrPosition,
java.lang.String strAnatomicIdentifier)
arrPosition - Identifier which shows the position of the node in the SR Tree.strAnatomicIdentifier - String value for Anatomic Identifier.public void setMeasurementOrientation(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.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.