public class PatientAssessment_TID3114 extends Template
| Constructor and Description |
|---|
PatientAssessment_TID3114(SRTree objTree)
Instantiates a new PatientAssessment_TID3114 Template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setCardiacRhythm(int[] arrPosition,
EnumCM_CardiacRhythms enumCardiacRhythms)
Sets the value for Cardiac Rhythm.
|
void |
setPatientAssessments(int[] arrPosition,
EnumCM_PatientAssessments enumPatientAssessments,
java.lang.String strPatientAssessments)
Sets the value for Patient Assessments
|
void |
setPatientStatusOrEvent(int[] arrPosition) |
void |
setRespirationAssessment(int[] arrPosition,
EnumCM_AirwayAssessment enumAirwayAssessment)
Sets the value for Respiration Assessment.
|
void |
setRespirationRhythm(int[] arrPosition,
EnumCM_RespirationRhythms enumRespirationRhythms)
Sets the value for Respiration Rhythm.
|
void |
setSkinCondition(int[] arrPosition,
EnumCM_SkinCondition enumSkinCondition)
Sets the value for Skin condition.
|
public PatientAssessment_TID3114(SRTree objTree)
objTree - Object of SRTree.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 Rhythmpublic void setRespirationAssessment(int[] arrPosition,
EnumCM_AirwayAssessment enumAirwayAssessment)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumAirwayAssessment - value for Airway Assessmentpublic void setSkinCondition(int[] arrPosition,
EnumCM_SkinCondition enumSkinCondition)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumSkinCondition - value for Skin conditionpublic void setPatientAssessments(int[] arrPosition,
EnumCM_PatientAssessments enumPatientAssessments,
java.lang.String strPatientAssessments)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumPatientAssessments - Enum value for Patient AssessmentsstrPatientAssessments - String value for Patient Assessments.public void setPatientStatusOrEvent(int[] arrPosition)