public class ECGReport_TID3700 extends Template
| Constructor and Description |
|---|
ECGReport_TID3700(SRTree objTree)
Instantiates a new ECGReport_TID3700 Template.
|
| Modifier and Type | Method and Description |
|---|---|
ClinicalContextECG_TID3701 |
getClinicalContextECG()
Retrieves the object of ClinicalContextECG_TID3701
|
ECGGlobalMeasurements_TID3713 |
getECGGlobalMeasurements()
Retrieves the object of ECGGlobalMeasurements_TID3713
|
ECGLeadMeasurements_TID3714 |
getECGLeadMeasurements()
Retrieves the object of ECGLeadMeasurements_TID3714
|
ECGQualitativeAnalysis_TID3717 |
getECGQualitativeAnalysis()
Retrieves the object of ECGQualitativeAnalysis_TID3717
|
ECGWaveformInformation_TID3708 |
getECGWaveformInformation()
Retrieves the object of ECGWaveformInformation_TID3708
|
LanguageOfContentItemAndDescendants_TID1204 |
getLanguageOfContentItemAndDescendants()
Retrieves the object of LanguageOfContentItemAndDescendants_TID1204 which provides the methods for setting different
|
ObserverContext_TID1002 |
getObserverContext_TID1002()
Retrieves the object of ObserverContext_TID1002 which provides the methods for setting different
attributes of Observer Context.
|
PriorECGExam_TID3702 |
getPriorECGExam()
Retrieves the object of PriorECGExam_TID3702
|
SummaryECG_TID3719 |
getSummaryECG()
Retrieves the object of SummaryECG_TID3719
|
void |
setECGReport(EnumContinuityOfContent enumContinuityOfContent)
Sets the value for ECG Report
|
void |
setFinding(int[] arrPosition,
EnumCM_ReasonForECGExam enumReasonForECGExam) |
void |
setFinding(int[] arrPosition,
java.lang.String strFinding)
Sets the value for Finding
|
void |
setIndicationsForProcedure(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for IndicationsForProcedure
|
void |
setProcedureReported(int[] arrPosition,
EnumCM_ECGProcedureTypes enumECGProcedureTypes)
Sets the value for Procedure reported.
|
void |
setQuantitativeAnalysis(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Quantitative Analysis
|
public ECGReport_TID3700(SRTree objTree)
objTree - Object of SRTree.public LanguageOfContentItemAndDescendants_TID1204 getLanguageOfContentItemAndDescendants()
public ObserverContext_TID1002 getObserverContext_TID1002()
public ClinicalContextECG_TID3701 getClinicalContextECG()
public PriorECGExam_TID3702 getPriorECGExam()
public ECGWaveformInformation_TID3708 getECGWaveformInformation()
public ECGGlobalMeasurements_TID3713 getECGGlobalMeasurements()
public ECGLeadMeasurements_TID3714 getECGLeadMeasurements()
public ECGQualitativeAnalysis_TID3717 getECGQualitativeAnalysis()
public SummaryECG_TID3719 getSummaryECG()
public void setECGReport(EnumContinuityOfContent enumContinuityOfContent)
enumContinuityOfContent - Enumerated Value for ContinuityOfContent.public void setProcedureReported(int[] arrPosition,
EnumCM_ECGProcedureTypes enumECGProcedureTypes)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumECGProcedureTypes - Enumerated value for value for Procedure reportedpublic void setQuantitativeAnalysis(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - Enumerated Value for ContinuityOfContent.public void setIndicationsForProcedure(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_ReasonForECGExam enumReasonForECGExam)
public 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 Comment.