public class CathPatientCharacteristics_TID3602 extends Template
| Constructor and Description |
|---|
CathPatientCharacteristics_TID3602(SRTree objTree)
Instantiates a new CathPatientCharacteristics_TID3602 Template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setBodyMassIndex(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Body Mass Index.
|
void |
setBodySurfaceArea(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Body Surface Area.
|
void |
setBodySurfaceAreaFormula(int[] arrPosition,
EnumCM_BodySurfaceAreaEquations enumBodySurfaceAreaEquations)
Sets value for Body Surface Area Formula.
|
void |
setEquation(int[] arrPosition)
Sets value for Equation.
|
void |
setPatientCharacteristics(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Patient Characteristics
|
void |
setPatientHeight(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Patient Height.
|
void |
setPatientWeight(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Patient Weight.
|
void |
setSubjectAge(int[] arrPosition,
EnumCM_UnitsOfMeasure enumUnitsOfMeasureForAge,
java.lang.String[] arrNumericValue,
EnumCM_NumericValueQualifier enumNumericValueQualifier,
java.lang.String strCSVersioForQualifier)
Sets the value for Subject Age.
|
void |
setSubjectSex(int[] arrPosition,
EnumCM_Sex enumSex,
java.lang.String strCodingSchemeVersionForCode)
Sets the value for Subject Sex.
|
void |
setThoraxDiameterSagittal(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Thorax diameter, sagittal.
|
public CathPatientCharacteristics_TID3602(SRTree objTree)
objTree - Object of SRTree.public void setSubjectAge(int[] arrPosition,
EnumCM_UnitsOfMeasure enumUnitsOfMeasureForAge,
java.lang.String[] arrNumericValue,
EnumCM_NumericValueQualifier enumNumericValueQualifier,
java.lang.String strCSVersioForQualifier)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumUnitsOfMeasureForAge - Object of EnumUnitsOfMeasureForAgearrNumericValue - String array for Numeric Value.enumNumericValueQualifier - Object of EnumCM_NumericValueQualifierstrCSVersioForQualifier - Coding Scheme Version for NumericValueQualifierpublic 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 setSubjectSex(int[] arrPosition,
EnumCM_Sex enumSex,
java.lang.String strCodingSchemeVersionForCode)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumSex - value for SexstrCodingSchemeVersionForCode - CodingSchemeVersionpublic 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 setThoraxDiameterSagittal(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 setBodySurfaceArea(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 setBodySurfaceAreaFormula(int[] arrPosition,
EnumCM_BodySurfaceAreaEquations enumBodySurfaceAreaEquations)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumBodySurfaceAreaEquations - Enumerated value for BodySurfaceAreaEquations.public void setBodyMassIndex(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 setEquation(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.