public class IVUSLesion_TID3252 extends Template
| Constructor and Description |
|---|
IVUSLesion_TID3252(SRTree objTree)
Instantiates IVUSLesion_TID3252 Template.
|
| Modifier and Type | Method and Description |
|---|---|
CommonFindings_TID3819 |
getCommonFindings()
Retrieves CommonFindings
|
DeviceUsed_TID3107 |
getDeviceUsed()
Retrieves DeviceUsed
|
IVUSMeasurements_TID3253 |
getIVUSMeasurements()
Retrieves IVUSMeasurements
|
IVUSQualitativeAssessments_TID3254 |
getIVUSQualitativeAssessments()
Retrieves IVUSQualitativeAssessments
|
void |
setFindingSite(int[] arrPosition,
java.lang.Enum enumValue)
Sets value for Finding Site.
|
void |
setLesionFinding(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for LesionFinding
|
void |
setLesionIdentifier(int[] arrPosition,
java.lang.String strLesionIdentifier)
Sets the value for Lesion Identifier
|
void |
setTopographicalModifier(int[] arrPosition,
EnumCM_CardiovascularAnatomicLocationModifiers enumCardiovascularAnatomicLocationModifiers)
Sets value for Topographical modifier.
|
public IVUSLesion_TID3252(SRTree objTree)
objTree - Object of SRTree.public IVUSMeasurements_TID3253 getIVUSMeasurements()
public DeviceUsed_TID3107 getDeviceUsed()
public IVUSQualitativeAssessments_TID3254 getIVUSQualitativeAssessments()
public CommonFindings_TID3819 getCommonFindings()
public void setLesionFinding(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - Enumerated Value for ContinuityOfContent.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 Identifier.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 setTopographicalModifier(int[] arrPosition,
EnumCM_CardiovascularAnatomicLocationModifiers enumCardiovascularAnatomicLocationModifiers)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumCardiovascularAnatomicLocationModifiers - Enumerated value for Topographical modifier.