|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MedPacketDAO
Method Summary | |
---|---|
MedPacket |
findLast(Patient p)
Gets the last medpacket saved on specified patient |
java.util.List<MedPacket> |
getMedPacketsBetweenDate(Patient p,
java.util.Date fromDate,
java.util.Date toTime)
Gets all medpackets between specified dates on specified patient |
Methods inherited from interface idi.diplom.linda.db.interfaces.GenericDAO |
---|
findAll, findByExample, findById, makePersistent, makeTransient |
Method Detail |
---|
MedPacket findLast(Patient p)
patient
- to get last medpacket from
java.util.List<MedPacket> getMedPacketsBetweenDate(Patient p, java.util.Date fromDate, java.util.Date toTime)
patient
- to get monitoring data fromfromDate
- toTime
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |