|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AlarmDAO
Method Summary | |
---|---|
boolean |
dismissedWithinInterval(long milliseconds,
Patient p)
Checks if the patient has any alarms that was dismissed within the specified number of milliseconds. |
Alarm |
getAlarmFromTrigger(Patient p,
int s)
|
java.util.List<Alarm> |
getAlarmsBetweenDate(Patient p,
java.util.Date fromTime,
java.util.Date toTime)
Gets all alarms on the specified patient between the to specified dates |
java.util.List<Alarm> |
getAllActiveAlarms(Patient p)
|
java.util.List<Alarm> |
getAllDismissedAlarmsWithinInterval(Patient p)
NOT IN USE IN THIS VERSION |
Methods inherited from interface idi.diplom.linda.db.interfaces.GenericDAO |
---|
findAll, findByExample, findById, makePersistent, makeTransient |
Method Detail |
---|
java.util.List<Alarm> getAlarmsBetweenDate(Patient p, java.util.Date fromTime, java.util.Date toTime)
Patient
- pDate
- fromTimeDate
- toTime
Alarm getAlarmFromTrigger(Patient p, int s)
Patient
- pint
- s
AlarmLogic
java.util.List<Alarm> getAllActiveAlarms(Patient p)
Patient
- p
AlarmLogic
java.util.List<Alarm> getAllDismissedAlarmsWithinInterval(Patient p)
p
-
boolean dismissedWithinInterval(long milliseconds, Patient p)
long
- millisecondspatient
- to check
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |