public class VitalSigns_TID3510 extends Template
| Constructor and Description |
|---|
VitalSigns_TID3510(SRTree objTree)
Instantiates a new VitalSigns_TID3510 Template.
|
| Modifier and Type | Method and Description |
|---|---|
Measurement_TID300 |
getMeasurement()
Retrieves Measurement
|
void |
setCardiacRhythm(int[] arrPosition,
EnumCM_CardiacRhythms enumCardiacRhythms)
Sets the value for Cardiac Rhythm.
|
void |
setRespirationRhythm(int[] arrPosition,
EnumCM_RespirationRhythms enumRespirationRhythms)
Sets the value for Respiration Rhythm.
|
void |
setVitalSigns(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Vital Signs
|
public VitalSigns_TID3510(SRTree objTree)
objTree - Object of SRTree.public Measurement_TID300 getMeasurement()
public void setVitalSigns(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - Enumerated Value for ContinuityOfContent.public void setCardiacRhythm(int[] arrPosition,
EnumCM_CardiacRhythms enumCardiacRhythms)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumCardiacRhythms - value for Cardiac Rhythmspublic void setRespirationRhythm(int[] arrPosition,
EnumCM_RespirationRhythms enumRespirationRhythms)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumRespirationRhythms - value for Respiration Rhythm