public class StressTestingReport_TID3300 extends Template
| Constructor and Description |
|---|
StressTestingReport_TID3300(SRTree objTree)
Instantiates a new StressTestingReport_TID3300 Template.
|
| Modifier and Type | Method and Description |
|---|---|
ComparisonToPriorStressExam_TID3318 |
getComparisonToPriorStressExam()
Retrieves Comparison To Prior Stress Exam.
|
ConclusionsAndRecommendations_TID3320 |
getConclusionsAndRecommendations()
Retrieves Conclusions And Recommendations.
|
StressTestPhaseData_TID3303 |
getStressTestPhaseData()
Retrieves Stress Test Phase Data.
|
StressTestProcedureDescription_TID3301 |
getStressTestProcedureDescription()
Retrieves Stress Test Procedure Description.
|
StressTestSummary_TID3311 |
getStressTestSummary()
Retrieves StressTest Summary.
|
void |
setFinding(int[] arrPosition)
Sets the value for Finding.
|
void |
setFinding(int[] arrPosition,
EnumCM_IndicationsForStressTest enumIndicationsForStressTest)
Sets the value for Finding.
|
void |
setIndicationsForProcedure(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value Indications For Procedure.
|
void |
setProcedureReported(int[] arrPosition,
EnumCM_StressTestProcedure enumStressTestProcedure)
Sets the value for Procedure Reported.
|
void |
setStressTestingReport(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Stress Testing Report.
|
public StressTestingReport_TID3300(SRTree objTree)
objTree - Object of SRTree.public ConclusionsAndRecommendations_TID3320 getConclusionsAndRecommendations()
public ComparisonToPriorStressExam_TID3318 getComparisonToPriorStressExam()
public StressTestSummary_TID3311 getStressTestSummary()
public StressTestPhaseData_TID3303 getStressTestPhaseData()
public StressTestProcedureDescription_TID3301 getStressTestProcedureDescription()
public void setStressTestingReport(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - public void setIndicationsForProcedure(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - public void setProcedureReported(int[] arrPosition,
EnumCM_StressTestProcedure enumStressTestProcedure)
arrPosition - Identifier which shows the position of the node in the SR Tree.public void setFinding(int[] arrPosition,
EnumCM_IndicationsForStressTest enumIndicationsForStressTest)
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.