public class LesionIdentificationAndProperties_TID3105 extends Template
| Constructor and Description |
|---|
LesionIdentificationAndProperties_TID3105(SRTree objTree)
Instantiates a new LesionIdentificationAndProperties_TID3105 Template.
|
| Modifier and Type | Method and Description |
|---|---|
LogEntryQualifiers_TID3010 |
getLogEntryQualifiers()
Retrieves LogEntryQualifiers
|
void |
setBaselineStenosisMeasurement(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Baseline Stenosis Measurement.
|
void |
setBaselineTIMIFlow(int[] arrPosition,
EnumCM_TIMIFlowCharacteristics enumTIMIFlowCharacteristics)
Sets value for Baseline TIMI Flow.
|
void |
setBestIllustrationOfFinding(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 Best illustration of finding
|
void |
setDerivation(int[] arrPosition,
EnumCM_CalculationMethod enumCalculationMethod)
Sets value for Derivation.
|
void |
setFindingSite(int[] arrPosition,
java.lang.Enum enumValue)
Sets value for Finding Site.
|
void |
setLesionIdentifier(int[] arrPosition,
java.lang.String strLesionIdentifier)
Sets the value for Lesion Identifier.
|
void |
setLesionMorphology(int[] arrPosition,
EnumCM_LesionMorphology enumLesionMorphology)
Sets value for Lesion Morphology.
|
void |
setLesionRisk(int[] arrPosition,
EnumCM_LesionRisk enumLesionRisk)
Sets value for Lesion Risk.
|
void |
setSeverityOfCalcification(int[] arrPosition,
EnumCM_Severity enumSeverity)
Sets value for Severity Of Calcification.
|
void |
setThrombus(int[] arrPosition,
EnumCM_Thrombus enumThrombus)
Sets value for Thrombus
|
void |
setTopographicalModifier(int[] arrPosition,
EnumCM_CardiovascularAnatomicLocationModifiers enumCardiovascularAnatomicLocationModifiers)
Sets value for Topographical modifier.
|
void |
setVesselDescriptors(int[] arrPosition,
EnumCM_VesselDescriptors enumVesselDescriptors)
Sets value for Vessel Descriptors.
|
public LesionIdentificationAndProperties_TID3105(SRTree objTree)
objTree - Object of SRTree.public LogEntryQualifiers_TID3010 getLogEntryQualifiers()
public void setLesionIdentifier(int[] arrPosition,
java.lang.String strLesionIdentifier)
arrPosition - Identifier which shows the position of the node in the SR Tree.strLesionIdentifier - String value for Lesion Identifierpublic 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 setTopographicalModifier(int[] arrPosition,
EnumCM_CardiovascularAnatomicLocationModifiers enumCardiovascularAnatomicLocationModifiers)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumCardiovascularAnatomicLocationModifiers - Enum of EnumCM_CardiovascularAnatomicLocationModifierspublic void setLesionRisk(int[] arrPosition,
EnumCM_LesionRisk enumLesionRisk)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumLesionRisk - Enum of EnumCM_LesionRiskpublic void setBaselineStenosisMeasurement(int[] arrPosition,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrNumericValue - String array for Numeric Value.public void setDerivation(int[] arrPosition,
EnumCM_CalculationMethod enumCalculationMethod)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumCalculationMethod - Enum value for Calculation Method.public void setBaselineTIMIFlow(int[] arrPosition,
EnumCM_TIMIFlowCharacteristics enumTIMIFlowCharacteristics)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumTIMIFlowCharacteristics - Enum value for TIMI Flow Characteristics.public void setThrombus(int[] arrPosition,
EnumCM_Thrombus enumThrombus)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumThrombus - Enum value for Thrombus.public void setLesionMorphology(int[] arrPosition,
EnumCM_LesionMorphology enumLesionMorphology)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumLesionMorphology - Enum of EnumCM_LesionMorphologypublic void setVesselDescriptors(int[] arrPosition,
EnumCM_VesselDescriptors enumVesselDescriptors)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumVesselDescriptors - Enum of EnumCM_VesselDescriptorspublic void setSeverityOfCalcification(int[] arrPosition,
EnumCM_Severity enumSeverity)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumSeverity - Enum of EnumCM_Severitypublic void setBestIllustrationOfFinding(int[] arrPosition,
java.lang.String strRefSOPClassUIDForCORefMacro,
java.lang.String strRefSOPInstanceUIDForCORefMacro,
java.lang.String[] arrStrReferencedFrameNumber,
java.lang.String strRefSOPClassUID,
java.lang.String strRefSOPInstanceUID)
arrPosition - dentifier 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.