public class LeftVentriculographyFindings_TID3814 extends Template
| Constructor and Description |
|---|
LeftVentriculographyFindings_TID3814(SRTree objTree)
Instantiates LeftVentriculographyFindings_TID3814 Template.
|
| Modifier and Type | Method and Description |
|---|---|
Measurement_TID300 |
getMeasurement()
Retrieves Measurement
|
VentricularAssessment_TID3816 |
getVentricularAssessmen()
Retrieves VentricularAssessmen
|
void |
setAssociatedMorphology(int[] arrPosition,
EnumCM_MyocardiumWallMorphologyFindings enumMyocardiumWallMorphologyFindings)
Sets the value for Associated Morphology.
|
void |
setAssociatedMorphology(int[] arrPosition,
EnumCM_VSDDescription enumVSDDescription)
Sets the value for Associated Morphology.
|
void |
setCardiacWallMotion(int[] arrPosition,
EnumCM_WallMotion enumWallMotion)
Sets the value for Cardiac Wall Motion.
|
void |
setFinding(int[] arrPosition)
Sets value for Finding .
|
void |
setFindings(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Findings
|
void |
setFindingSite(int[] arrPosition)
Sets value for Finding Site.
|
void |
setLeftVentricularCavitySize(int[] arrPosition,
EnumCM_ChamberSize enumChamberSize)
Sets the value for Left Ventricular Cavity Size.
|
void |
setLeftVentricularContractility(int[] arrPosition,
EnumCM_OverallContractility enumOverallContractility)
Sets the value for Left Ventricular Contractility.
|
void |
setLeftVentricularFunctionFinding(int[] arrPosition,
EnumCM_NormalAbnormal enumNormalAbnormal)
Sets the value for Left Ventricular Function Finding.
|
void |
setProcedureReported(int[] arrPosition)
Sets the value for Procedure Reported.
|
void |
setScore(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Score.
|
void |
setWallSegment(int[] arrPosition,
EnumCM_MyocardialWallSegments enumMyocardialWallSegments)
Sets the value for Wall Segment.
|
public LeftVentriculographyFindings_TID3814(SRTree objTree)
objTree - Object of SRTree.public Measurement_TID300 getMeasurement()
public VentricularAssessment_TID3816 getVentricularAssessmen()
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 setProcedureReported(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.public void setLeftVentricularFunctionFinding(int[] arrPosition,
EnumCM_NormalAbnormal enumNormalAbnormal)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumNormalAbnormal - Enumerated value for value for NormalAbnormal.public void setLeftVentricularCavitySize(int[] arrPosition,
EnumCM_ChamberSize enumChamberSize)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumChamberSize - Enumerated value for value for ChamberSize.public void setLeftVentricularContractility(int[] arrPosition,
EnumCM_OverallContractility enumOverallContractility)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumOverallContractility - Enumerated value for value for OverallContractility.public void setFinding(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.public void setAssociatedMorphology(int[] arrPosition,
EnumCM_VSDDescription enumVSDDescription)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumVSDDescription - Enumerated value for value for VSDDescriptionpublic void setFindingSite(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.public void setWallSegment(int[] arrPosition,
EnumCM_MyocardialWallSegments enumMyocardialWallSegments)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumMyocardialWallSegments - Enumerated value for value for MyocardialWallSegmentspublic void setCardiacWallMotion(int[] arrPosition,
EnumCM_WallMotion enumWallMotion)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumWallMotion - Enumerated value for value for WallMotionpublic void setAssociatedMorphology(int[] arrPosition,
EnumCM_MyocardiumWallMorphologyFindings enumMyocardiumWallMorphologyFindings)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumMyocardiumWallMorphologyFindings - Enumerated value for value for enumMyocardiumWallMorphologyFindingspublic void setScore(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.