|
Parkinson Disease Database | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectspirals.motol.database.Visits
class Visits
Class representing list of visit. List is loaded after the first attempt to read it.
Copyright: Copyright (c) 2005 Jan Dolezel
Company: ÈVUT FEL, Prague
Field Summary | |
---|---|
private Engine |
engine
engine |
private java.io.File |
file
directory with pacient data |
private Pacient |
pacient
parent pacient |
private java.util.List<Visit> |
visits
list of visits |
Constructor Summary | |
---|---|
Visits(Pacient pacient,
Engine engine)
creates new visit list for pacient |
Method Summary | |
---|---|
java.util.List<Visit> |
getVisits()
return list of visits Each xml file in pacient directory is treated as one visit. |
void |
sort()
sort visits by visit date |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Pacient pacient
private Engine engine
private java.io.File file
private java.util.List<Visit> visits
Constructor Detail |
---|
public Visits(Pacient pacient, Engine engine)
Method Detail |
---|
public java.util.List<Visit> getVisits()
Each xml file in pacient directory is treated as one visit.
public void sort()
|
Parkinson Disease Database | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |