public class ProcedureEnvironmentalCharacteristics_TID3603 extends Template
| Constructor and Description |
|---|
ProcedureEnvironmentalCharacteristics_TID3603(SRTree objTree)
Instantiates a new ProcedureEnvironmentalCharacteristics_TID3603 Template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setProcedureEnvironmentalCharacteristics(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Procedure Environmental Characteristics
|
void |
setRoomBarometricPressure(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Room Barometric pressure.
|
void |
setRoomOxygenConcentration(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Room oxygen concentration.
|
void |
setRoomTemperature(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Room temperature.
|
public ProcedureEnvironmentalCharacteristics_TID3603(SRTree objTree)
objTree - Object of SRTree.public void setProcedureEnvironmentalCharacteristics(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - Enumerated Value for ContinuityOfContent.public void setRoomOxygenConcentration(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 setRoomTemperature(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 setRoomBarometricPressure(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.