public class LandmarkBasedWallMotionTemplate_TID3211 extends Template
| Constructor and Description |
|---|
LandmarkBasedWallMotionTemplate_TID3211(SRTree objTree)
Instantiates LandmarkBasedWallMotionTemplate_TID3211 Template.
|
| Modifier and Type | Method and Description |
|---|---|
Measurement_TID300 |
getMeasurement()
Retrieves Measurement
|
void |
setAnalysisPerformed(int[] arrPosition)
Sets the value for Analysis Performed.
|
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_MyocardialWallSegmentsInProjection enumMyocardialWallSegmentsInProjection)
Sets value for Finding Site.
|
void |
setLandmarkBasedWallMotionAnalysis(int[] arrPosition)
Sets the value for Landmark Based Wall Motion Analysis
|
void |
setProcedureReported(int[] arrPosition)
Sets the value for Procedure Reported.
|
public LandmarkBasedWallMotionTemplate_TID3211(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 setLandmarkBasedWallMotionAnalysis(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.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 setFindingSite(int[] arrPosition,
EnumCM_MyocardialWallSegmentsInProjection enumMyocardialWallSegmentsInProjection)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumMyocardialWallSegmentsInProjection - Enumerated value for Finding Site.