public class PositionInArterialSegment_TID3218 extends Template
| Constructor and Description |
|---|
PositionInArterialSegment_TID3218(SRTree objTree)
Instantiates PositionInArterialSegment_TID3218 Template.
|
| Modifier and Type | Method and Description |
|---|---|
Measurement_TID300 |
getMeasurement()
Retrieves Measurement
|
void |
setPositionOfDistalBorder(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Position of Distal Border.
|
void |
setPositionOfProximalBorder(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Position of Proximal Border.
|
void |
setSiteOfLuminalMaximum(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Site of Luminal Maximum.
|
void |
setSiteOfLuminalMinimum(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Site of Luminal Minimum.
|
public PositionInArterialSegment_TID3218(SRTree objTree)
objTree - Object of SRTree.public Measurement_TID300 getMeasurement()
public void setPositionOfProximalBorder(int[] arrPosition,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrNumericValue - String array for Position of Proximal Border.public void setPositionOfDistalBorder(int[] arrPosition,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrNumericValue - String array for Position of Distal Border.public void setSiteOfLuminalMinimum(int[] arrPosition,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrNumericValue - String array for Site of Luminal Minimum.public void setSiteOfLuminalMaximum(int[] arrPosition,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrNumericValue - String array for Site of Luminal Maximum.