idi.diplom.linda.model
Class MedPacket
java.lang.Object
idi.diplom.linda.model.MedPacket
public class MedPacket
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MedPacket
public MedPacket()
getPatient
public Patient getPatient()
setPatient
public void setPatient(Patient patient)
getId
public java.lang.Long getId()
setId
public void setId(java.lang.Long id)
getTimestamp
public java.util.Date getTimestamp()
setTimestamp
public void setTimestamp(java.util.Date timestamp)
getSequenceNumber
public int getSequenceNumber()
setSequenceNumber
public void setSequenceNumber(int sequenceNumber)
getHeatIdx
public int getHeatIdx()
setHeatIdx
public void setHeatIdx(int heatIdx)
getVarsloaded
public int getVarsloaded()
- Returns:
- the varsloaded
getBr
public int getBr()
- Returns:
- the br
getHr
public int getHr()
- Returns:
- the hr
getSpo2
public int getSpo2()
- Returns:
- the spo2
getMotion
public int getMotion()
- Returns:
- the motion
getTemp
public double getTemp()
- Returns:
- the temp
getPosture
public int getPosture()
- Returns:
- the posture
setVarsloaded
public void setVarsloaded(int varsloaded)
- Parameters:
varsloaded
- the varsloaded to set
setBr
public void setBr(int br)
- Parameters:
br
- the br to set
setHr
public void setHr(int hr)
- Parameters:
hr
- the hr to set
setSpo2
public void setSpo2(int spo2)
- Parameters:
spo2
- the spo2 to set
setMotion
public void setMotion(int motion)
- Parameters:
motion
- the motion to set
setTemp
public void setTemp(double temp)
- Parameters:
temp
- the temp to set
setPosture
public void setPosture(int posture)
- Parameters:
posture
- the posture to set
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object