public class IVUSVessel_TID3251 extends Template
| Constructor and Description |
|---|
IVUSVessel_TID3251(SRTree objTree)
Instantiates IVUSVessel_TID3251 Template.
|
| Modifier and Type | Method and Description |
|---|---|
CommonFindings_TID3819 |
getCommonFindings()
Retrieves CommonFindings
|
IVUSLesion_TID3252 |
getIVUSLesion()
Retrieves IVUSLesion
|
void |
setCatheterizationProcedurePhase(int[] arrPosition,
EnumCM_IVUSProcedurePhases enumIVUSProcedurePhases)
Sets the value for Catheterization Procedure Phase.
|
void |
setDissectionInSegment(int[] arrPosition,
EnumCM_YesNo enumYesNo)
Sets the value for Dissection in segment.
|
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 |
setLaterality(int[] arrPosition,
EnumCM_Laterality enumLaterality)
Sets the value for Laterality.
|
void |
setTopographicalModifier(int[] arrPosition,
EnumCM_CardiovascularAnatomicLocationModifiers enumCardiovascularAnatomicLocationModifiers)
Sets value for Topographical modifier.
|
void |
setVesselMorphology(int[] arrPosition,
EnumCM_VesselDescriptors enumVesselDescriptors)
Sets the value for Vessel Morphology.
|
public IVUSVessel_TID3251(SRTree objTree)
objTree - Object of SRTree.public CommonFindings_TID3819 getCommonFindings()
public IVUSLesion_TID3252 getIVUSLesion()
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 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.public void setLaterality(int[] arrPosition,
EnumCM_Laterality enumLaterality)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumLaterality - Enum value for Lateralitypublic void setCatheterizationProcedurePhase(int[] arrPosition,
EnumCM_IVUSProcedurePhases enumIVUSProcedurePhases)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumCatheterizationProcedurePhase - Enum value for CatheterizationProcedurePhasepublic void setVesselMorphology(int[] arrPosition,
EnumCM_VesselDescriptors enumVesselDescriptors)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumVesselMorphology - Enum value for VesselMorphologypublic void setDissectionInSegment(int[] arrPosition,
EnumCM_YesNo enumYesNo)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumYesNo - Enum value for Yes-No.