public class CardiacCatheterizationFindings_TID3810 extends Template
| Constructor and Description |
|---|
CardiacCatheterizationFindings_TID3810(SRTree objTree)
Instantiates CardiacCatheterizationFindings_TID3810 Template.
|
| Modifier and Type | Method and Description |
|---|---|
CoronaryArteriographyFindings_TID3817 |
getCoronaryArteriographyFindings()
Retrieves CoronaryArteriographyFindings
|
HemodynamicFindings_TID3812 |
getHemodynamicFindings()
Retrieves HemodynamicFindings
|
LeftVentriculographyFindings_TID3814 |
getLeftVentriculographyFindings()
Retrieves LeftVentriculographyFindings
|
OtherCardiographicFindings_TID3818 |
getOtherCardiographicFindings()
Retrieves OtherCardiographicFindings
|
RightVentriculographyFindings_TID3815 |
getRightVentriculographyFindings()
Retrieves RightVentriculographyFindings
|
void |
setFinding(int[] arrPosition,
EnumCM_CathDiagnosis enumCathDiagnosis)
Sets value for Finding.
|
void |
setFinding(int[] arrPosition,
java.lang.String strFinding)
Sets the value for Finding
|
void |
setFindings(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Findings
|
void |
setSeverity(int[] arrPosition,
EnumCM_Severity enumSeverity)
Sets the value for Severity.
|
public CardiacCatheterizationFindings_TID3810(SRTree objTree)
objTree - Object of SRTree.public HemodynamicFindings_TID3812 getHemodynamicFindings()
public CoronaryArteriographyFindings_TID3817 getCoronaryArteriographyFindings()
public LeftVentriculographyFindings_TID3814 getLeftVentriculographyFindings()
public RightVentriculographyFindings_TID3815 getRightVentriculographyFindings()
public OtherCardiographicFindings_TID3818 getOtherCardiographicFindings()
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 setFinding(int[] arrPosition,
EnumCM_CathDiagnosis enumCathDiagnosis)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumCathDiagnosis - Enumerated value for CathDiagnosispublic void setSeverity(int[] arrPosition,
EnumCM_Severity enumSeverity)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumSeverity - Enumerated value for value for Severitypublic void setFinding(int[] arrPosition,
java.lang.String strFinding)
arrPosition - Identifier which shows the position of the node in the SR Tree.strFinding - String value for Finding.