public class CADDetectionPerformedTemplate_TID4017 extends Template
| Constructor and Description |
|---|
CADDetectionPerformedTemplate_TID4017(SRTree objTree)
Instantiates a new CADDetectionPerformedTemplate_TID4017 Template.
|
| Modifier and Type | Method and Description |
|---|---|
CADAlgorithmIdentificationTemplate_TID4019 |
getCADAlgorithmIdentificationTemplate()
Retrieves CADAlgorithmIdentificationTemplate
|
CADOperatingPoints_TID4023 |
getCADOperatingPoints()
Retrieves CADOperatingPoints.
|
void |
setDetectionPerformed(int[] arrPosition)
Sets the value for Detection 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 CADDetectionPerformedTemplate_TID4017(SRTree objTree)
objTree - Object of SRTree.public CADOperatingPoints_TID4023 getCADOperatingPoints()
public CADAlgorithmIdentificationTemplate_TID4019 getCADAlgorithmIdentificationTemplate()
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 setDetectionPerformed(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.