public class CADAnalysisPerformedTemplate_TID4018 extends Template
| Constructor and Description |
|---|
CADAnalysisPerformedTemplate_TID4018(SRTree objTree)
Instantiates a new CADAnalysisPerformedTemplate_TID4018 Template.
|
| Modifier and Type | Method and Description |
|---|---|
CADAlgorithmIdentificationTemplate_TID4019 |
getCADAlgorithmIdentificationTemplate()
Retrieves CADAlgorithmIdentificationTemplate
|
CADOperatingPoints_TID4023 |
getCADOperatingPoints()
Retrieves CADOperatingPoints.
|
void |
setAnalysisPerformed(int[] arrPosition)
Sets the value for Analysis Performed.
|
void |
setImageRegion(int[] arrPosition,
float[] arrFlGraphicData,
EnumGraphicType enumGraphicType)
Sets the value for Image Region.
|
void |
setSeriesInstanceUID(int[] arrPosition,
java.lang.String strSeriesInstanceUID)
Sets the value for Series Instance UID
|
public CADAnalysisPerformedTemplate_TID4018(SRTree objTree)
objTree - Object of SRTree.public CADAlgorithmIdentificationTemplate_TID4019 getCADAlgorithmIdentificationTemplate()
public CADOperatingPoints_TID4023 getCADOperatingPoints()
public void setSeriesInstanceUID(int[] arrPosition,
java.lang.String strSeriesInstanceUID)
arrPosition - Identifier which shows the position of the node in the SR Tree.strSeriesInstanceUID - String value for SeriesInstanceUID.public void setImageRegion(int[] arrPosition,
float[] arrFlGraphicData,
EnumGraphicType enumGraphicType)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrFlGraphicData - Float array for FlGraphicData.enumGraphicType - Enumerated value for GraphicType.public void setAnalysisPerformed(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.