public class StressTestSummary_TID3311 extends Template
| Constructor and Description |
|---|
StressTestSummary_TID3311(SRTree objTree)
Instantiates a new StressTestSummary_TID3311 Template.
|
| Modifier and Type | Method and Description |
|---|---|
NegationModifierPresenceOfFinding_TID1350 |
getNegationModifierPresenceOfFinding()
Retrieves Negation Modifier Presence Of Finding.
|
PhysiologicalSummary_TID3312 |
getPhysiologicalSummary()
Retrieves Physiological Summary.
|
StressECGSummary_TID3313 |
getStressECGSummary()
Retrieves Stress ECG Summary.
|
StressImagingSummary_TID3317 |
getStressImagingSummary()
Retrieves Stress Imaging Summary.
|
void |
setExerciseInducedAngina(int[] arrPosition,
EnumCM_StressImagingQualityIssues enumStressImagingQualityIssues)
Sets the value for Exercise-induced angina.
|
void |
setFinding(int[] arrPosition)
Sets the value for Finding.
|
void |
setFinding(int[] arrPosition,
EnumCM_StressSymptoms enumStressSymptoms)
Sets the value for Finding.
|
void |
setFindingSite(int[] arrPosition,
EnumCM_MajorCoronaryArteries enumMajorCoronaryArteries)
Sets the value for Finding Site.
|
void |
setPharmacologicalStressAgentDose(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Pharmacological Stress Agent Dose.
|
void |
setReasonForDtoppingTest(int[] arrPosition)
Sets the value for Reason for stopping test.
|
void |
setSummary(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Summary.
|
public StressTestSummary_TID3311(SRTree objTree)
objTree - Object of SRTree.public NegationModifierPresenceOfFinding_TID1350 getNegationModifierPresenceOfFinding()
public StressImagingSummary_TID3317 getStressImagingSummary()
public StressECGSummary_TID3313 getStressECGSummary()
public PhysiologicalSummary_TID3312 getPhysiologicalSummary()
public void setSummary(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - public void setFindingSite(int[] arrPosition,
EnumCM_MajorCoronaryArteries enumMajorCoronaryArteries)
arrPosition - Identifier which shows the position of the node in the SR Tree.public void setPharmacologicalStressAgentDose(int[] arrPosition,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrNumericValue - public void setReasonForDtoppingTest(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.public void setFinding(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.public void setFinding(int[] arrPosition,
EnumCM_StressSymptoms enumStressSymptoms)
arrPosition - Identifier which shows the position of the node in the SR Tree.public void setExerciseInducedAngina(int[] arrPosition,
EnumCM_StressImagingQualityIssues enumStressImagingQualityIssues)
arrPosition - Identifier which shows the position of the node in the SR Tree.