public class ECGInterpretiveStatement_TID3718 extends Template
| Constructor and Description |
|---|
ECGInterpretiveStatement_TID3718(SRTree objTree)
Instantiates a new ECGInterpretiveStatement_TID3718 Template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setConjunctiveTerm(int[] arrPosition,
EnumCM_ConjunctiveTerms enumConjunctiveTerms)
Sets value for Conjunctive Term.
|
void |
setProbability(int[] arrPosition,
EnumCM_Probability enumProbability)
Sets value for Probability.
|
void |
setStatement(int[] arrPosition,
EnumCM_ECGInterpretiveStatements enumECGInterpretiveStatements)
Sets value for Statement.
|
void |
setStatementModifier(int[] arrPosition,
EnumCM_Modifiers enumModifiers)
Sets value for Statement Modifier.
|
void |
setTrend(int[] arrPosition,
EnumCM_Trend enumTrend)
Sets value for Trend.
|
public ECGInterpretiveStatement_TID3718(SRTree objTree)
objTree - Object of SRTree.public void setTrend(int[] arrPosition,
EnumCM_Trend enumTrend)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumTrend - Enumerated value for Trendpublic void setProbability(int[] arrPosition,
EnumCM_Probability enumProbability)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumProbability - Enumerated value for Probabilitypublic void setStatement(int[] arrPosition,
EnumCM_ECGInterpretiveStatements enumECGInterpretiveStatements)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumECGInterpretiveStatements - Enumerated value for Statementpublic void setStatementModifier(int[] arrPosition,
EnumCM_Modifiers enumModifiers)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumModifiers - Modifier Enumerated value for Statement Modifierpublic void setConjunctiveTerm(int[] arrPosition,
EnumCM_ConjunctiveTerms enumConjunctiveTerms)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumConjunctiveTerms - Modifier Enumerated value for Conjunctive Term