public class PatientCharacteristicsForECG_TID3704 extends Template
| Constructor and Description |
|---|
PatientCharacteristicsForECG_TID3704(SRTree objTree)
Instantiates a new PatientCharacteristicsForECG_TID3704 Template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setDiastolicBloodPressure(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for DiastolicBlood Pressure
|
void |
setPacemakerInSitu(int[] arrPosition,
EnumCM_Pacemakers enumPacemakers) |
void |
setPatientCharacteristics(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Patient Characteristics
|
void |
setPatientHeight(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for PatientHeight
|
void |
setPatientState(int[] arrPosition,
EnumCM_ECGPatientStateValues enumECGPatientStateValues) |
void |
setPatientWeight(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for PatientHeight
|
void |
setSubjectAge(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Subject Age
|
void |
setSubjectSex(int[] arrPosition,
EnumCM_Sex enumSex) |
void |
setSystolicBloodPressure(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for SystolicBlood Pressure
|
public PatientCharacteristicsForECG_TID3704(SRTree objTree)
objTree - Object of SRTree.public void setPatientCharacteristics(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - Enumerated Value for ContinuityOfContent.public void setSubjectAge(int[] arrPosition,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrNumericValue - String array for Numeric Value.public void setSubjectSex(int[] arrPosition,
EnumCM_Sex enumSex)
public void setPatientHeight(int[] arrPosition,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrNumericValue - String array for Numeric Value.public void setPatientWeight(int[] arrPosition,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrNumericValue - String array for Numeric Value.public void setSystolicBloodPressure(int[] arrPosition,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrNumericValue - String array for Numeric Value.public void setDiastolicBloodPressure(int[] arrPosition,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrNumericValue - String array for Numeric Value.public void setPatientState(int[] arrPosition,
EnumCM_ECGPatientStateValues enumECGPatientStateValues)
public void setPacemakerInSitu(int[] arrPosition,
EnumCM_Pacemakers enumPacemakers)