public class CenterlineWallMotionTemplate_TID3209 extends Template
| Constructor and Description |
|---|
CenterlineWallMotionTemplate_TID3209(SRTree objTree)
Instantiates CenterlineWallMotionTemplate_TID3209 Template.
|
| Modifier and Type | Method and Description |
|---|---|
Measurement_TID300 |
getMeasurement()
Retrieves Measurement
|
void |
setAbnormalRegion(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Abnormal Region
|
void |
setAnalysisPerformed(int[] arrPosition)
Sets the value for Analysis Performed.
|
void |
setCardiacWallMotion(int[] arrPosition,
EnumCM_WallMotion enumWallMotion)
Sets value for Cardiac Wall Motion.
|
void |
setCenterlineWallMotionAnalysis(int[] arrPosition)
Sets the value for Centerline Wall Motion Analysis
|
void |
setCircumferentialExtent(int[] arrPosition,
EnumCM_CircumferentialExtenT enumCircumferentialExtenT)
Sets value for Circumferential Extent.
|
void |
setContourRealignment(int[] arrPosition,
EnumCM_ContourRealignment enumContourRealignment)
Sets value for Contour Realignment.
|
void |
setFindings(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Findings
|
void |
setFindingSite(int[] arrPosition,
EnumCM_RegionalExtent enumRegionalExtent)
Sets value for Finding Site.
|
void |
setFirstChordOfAbnormalRegion(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for First Chord of Abnormal Region.
|
void |
setLastChordOfAbnormalRegion(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Last Chord of Abnormal Region.
|
void |
setProcedureReported(int[] arrPosition)
Sets the value for Procedure Reported.
|
void |
setRegionalAbnormalWallMotion(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Regional Abnormal Wall Motion
|
void |
setThresholdValue(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Threshold Value.
|
public CenterlineWallMotionTemplate_TID3209(SRTree objTree)
objTree - Object of SRTree.public Measurement_TID300 getMeasurement()
public void setFindings(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - Enumerated Value for ContinuityOfContent.public void setProcedureReported(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.public void setAnalysisPerformed(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.public void setCenterlineWallMotionAnalysis(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.public void setThresholdValue(int[] arrPosition,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrNumericValue - String array for Threshold Value.public void setAbnormalRegion(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - Enumerated Value for ContinuityOfContent.public void setContourRealignment(int[] arrPosition,
EnumCM_ContourRealignment enumContourRealignment)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContourRealignment - Enumerated value for Contour Realignment.public void setCardiacWallMotion(int[] arrPosition,
EnumCM_WallMotion enumWallMotion)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumWallMotion - Enumerated value for Cardiac Wall Motion.public void setCircumferentialExtent(int[] arrPosition,
EnumCM_CircumferentialExtenT enumCircumferentialExtenT)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumCircumferentialExtenT - Enumerated value for Circumferential Extent.public void setFirstChordOfAbnormalRegion(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 setLastChordOfAbnormalRegion(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 setRegionalAbnormalWallMotion(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - Enumerated Value for ContinuityOfContent.public void setFindingSite(int[] arrPosition,
EnumCM_RegionalExtent enumRegionalExtent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumRegionalExtent - Enumerated value for Regional Extent.