public class FrameToFrameResultsTemplate_TID3208 extends Template
| Constructor and Description |
|---|
FrameToFrameResultsTemplate_TID3208(SRTree objTree)
Instantiates FrameToFrameResultsTemplate_TID3208 Template.
|
| Modifier and Type | Method and Description |
|---|---|
Measurement_TID300 |
getMeasurement()
Retrieves Measurement
|
void |
setAnalysisPerformed(int[] arrPosition)
Sets the value for Analysis Performed.
|
void |
setFindings(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Findings
|
void |
setFrameToFrameAnalysis(int[] arrPosition)
Sets the value for Frame to Frame Analysis.
|
void |
setProcedureReported(int[] arrPosition)
Sets the value for Procedure Reported.
|
void |
setSourceOfMeasurements(int[] arrPosition,
java.lang.String strRefSOPClassUIDForCORefMacro,
java.lang.String strRefSOPInstanceUIDForCORefMacro,
java.lang.String[] arrStrReferencedFrameNumber,
java.lang.String strRefSOPClassUID,
java.lang.String strRefSOPInstanceUID)
Sets value for Source of Measurements
|
void |
setVolumeMethod(int[] arrPosition,
EnumCM_VolumeMethods enumVolumeMethods)
Sets the value for Volume Method.
|
public FrameToFrameResultsTemplate_TID3208(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 setVolumeMethod(int[] arrPosition,
EnumCM_VolumeMethods enumVolumeMethods)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumVolumeMethods - Enumerated value for value for enumVolumeMethodspublic 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 setFrameToFrameAnalysis(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.public void setSourceOfMeasurements(int[] arrPosition,
java.lang.String strRefSOPClassUIDForCORefMacro,
java.lang.String strRefSOPInstanceUIDForCORefMacro,
java.lang.String[] arrStrReferencedFrameNumber,
java.lang.String strRefSOPClassUID,
java.lang.String strRefSOPInstanceUID)
arrPosition - identifier which shows the position of the node in the SR Tree.strRefSOPClassUIDForCORefMacro - Reference SOP Class UID for Composite Object Reference Macro.strRefSOPInstanceUIDForCORefMacro - Reference SOP Instance UID for Composite Object Reference Macro.arrStrReferencedFrameNumber - String Array of Referenced Frame Number.strRefSOPClassUID - Referenced SOP Class UID.strRefSOPInstanceUID - Referenced SOP Instance UID.