public class ClinicalContextECG_TID3701 extends Template
| Constructor and Description |
|---|
ClinicalContextECG_TID3701(SRTree objTree)
Instantiates a new ClinicalContextECG_TID3701 Template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setClinicalContext(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Clinical Context
|
void |
setHistory(int[] arrPosition,
EnumCM_Diagnosis enumDiagnosis)
Sets the value for History.
|
void |
setHistory(int[] arrPosition,
java.lang.String strHistory)
Sets the value for History
|
void |
setPacemakerInSitu(int[] arrPosition,
EnumCM_Pacemakers enumPacemakers)
Sets the value for Pacemaker in situ.
|
void |
setPacemakerInSitu(int[] arrPosition,
java.lang.String strPacemakerInSitu)
Sets the value for PacemakerInSitu
|
void |
setPatientState(int[] arrPosition,
EnumCM_ECGPatientStateValues enumECGPatientStateValues)
Sets the value for Patient State.
|
void |
setReasonForExam(int[] arrPosition,
EnumCM_ReasonForECGExam enumReasonForECGExam)
Sets the value for Reason for Exam.
|
void |
setReasonForExam(int[] arrPosition,
java.lang.String strReasonForExam)
Sets the value for ReasonForExam
|
void |
setRegularMedication(int[] arrPosition)
Sets the value for Regular Medication.
|
void |
setRegularMedication(int[] arrPosition,
java.lang.String strRegularMedication)
Sets the value for RegularMedication
|
public ClinicalContextECG_TID3701(SRTree objTree)
objTree - Object of SRTree.public void setClinicalContext(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - Enumerated Value for ContinuityOfContent.public void setReasonForExam(int[] arrPosition,
EnumCM_ReasonForECGExam enumReasonForECGExam)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumReasonForECGExam - Enumerated value for value for Reason for Exampublic void setReasonForExam(int[] arrPosition,
java.lang.String strReasonForExam)
arrPosition - Identifier which shows the position of the node in the SR Tree.strReasonForExam - String value for ReasonForExam.public void setPatientState(int[] arrPosition,
EnumCM_ECGPatientStateValues enumECGPatientStateValues)
arrPosition - arrPosition Identifier which shows the position of the node in the SR Tree.enumECGPatientStateValues - Enum value for ECGPatientStateValuespublic void setRegularMedication(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.public void setRegularMedication(int[] arrPosition,
java.lang.String strRegularMedication)
arrPosition - Identifier which shows the position of the node in the SR Tree.strRegularMedication - String value for RegularMedication.public void setPacemakerInSitu(int[] arrPosition,
EnumCM_Pacemakers enumPacemakers)
arrPosition - arrPosition Identifier which shows the position of the node in the SR Tree.enumPacemakers - Enum value for Pacemakerspublic void setPacemakerInSitu(int[] arrPosition,
java.lang.String strPacemakerInSitu)
arrPosition - Identifier which shows the position of the node in the SR Tree.strPacemakerInSitu - String value for PacemakerInSitu.public void setHistory(int[] arrPosition,
EnumCM_Diagnosis enumDiagnosis)
arrPosition - arrPosition Identifier which shows the position of the node in the SR Tree.enumDiagnosis - Enum value for Diagnosispublic void setHistory(int[] arrPosition,
java.lang.String strHistory)
arrPosition - Identifier which shows the position of the node in the SR Tree.strHistory - String value for History.