public class AnalyzedSegmentTemplate_TID3214 extends Template
| Constructor and Description |
|---|
AnalyzedSegmentTemplate_TID3214(SRTree objTree)
Instantiates AnalyzedSegmentTemplate_TID3214 Template.
|
| Modifier and Type | Method and Description |
|---|---|
AngiographicLesionAnalysisTemplate_TID3215 |
getAngiographicLesionAnalysisTemplate()
Retrieves AngiographicLesionAnalysisTemplate
|
CalibrationTemplate_TID3205 |
getCalibration()
Retrieves Calibration
|
HemodynamicClinicalContext_TID3520 |
getHemodynamicClinicalContext()
Retrieves HemodynamicClinicalContext
|
Measurement_TID300 |
getMeasurement()
Retrieves Measurement
|
SegmentValues_TID3219 |
getSegmentValues()
Retrieves SegmentValues
|
SubSegmentalDataTemplate_TID3217 |
getSubSegmentalDataTemplate()
Retrieves SubSegmentalDataTemplate
|
void |
setCatheterizationProcedurePhase(int[] arrPosition,
EnumCM_HemodynamicMeasurementPhase enumHemodynamicMeasurementPhase)
Sets value for Catheterization Procedure Phase.
|
void |
setDiameterGraph(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Diameter Graph
|
void |
setFindings(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Findings
|
void |
setFindingSite(int[] arrPosition,
java.lang.Enum enumValue)
Sets value for Finding Site.
|
void |
setGraphIncrement(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Graph Increment.
|
void |
setLeftContour(int[] arrPosition,
float[] arrFlGraphicData,
EnumGraphicType enumGraphicType)
Sets the value for Left Contour
|
void |
setRightContour(int[] arrPosition,
float[] arrFlGraphicData,
EnumGraphicType enumGraphicType)
Sets the value for Right Contour
|
void |
setSiteOfLuminalMaximum(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Site of Luminal Maximum.
|
void |
setSiteOfLuminalMinimum(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Site of Luminal Minimum.
|
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
|
public AnalyzedSegmentTemplate_TID3214(SRTree objTree)
objTree - Object of SRTree.public Measurement_TID300 getMeasurement()
public SegmentValues_TID3219 getSegmentValues()
public CalibrationTemplate_TID3205 getCalibration()
public SubSegmentalDataTemplate_TID3217 getSubSegmentalDataTemplate()
public AngiographicLesionAnalysisTemplate_TID3215 getAngiographicLesionAnalysisTemplate()
public HemodynamicClinicalContext_TID3520 getHemodynamicClinicalContext()
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 setCatheterizationProcedurePhase(int[] arrPosition,
EnumCM_HemodynamicMeasurementPhase enumHemodynamicMeasurementPhase)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumValue - This value can be one of the three Enum - EnumCM_ArterialSourceLocations, EnumCM_CoronaryArteries
or EnumCM_CoronaryArterySegments.public void setFindingSite(int[] arrPosition,
java.lang.Enum enumValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumValue - This value can be one of the three Enum - EnumCM_ArterialSourceLocations, EnumCM_CoronaryArteries
or EnumCM_CoronaryArterySegments.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.public void setLeftContour(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 setRightContour(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 setDiameterGraph(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - Enumerated Value for ContinuityOfContent.public void setGraphIncrement(int[] arrPosition,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrNumericValue - String numeric array for Graph Incrementpublic void setSiteOfLuminalMinimum(int[] arrPosition,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrNumericValue - String array for Site of Luminal Minimum.public void setSiteOfLuminalMaximum(int[] arrPosition,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrNumericValue - String array for Site of Luminal Maximum.