| 
Elexis API documentation as of September 4 2011 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.elexis.views.PatFilterImpl
public class PatFilterImpl
Default implementation of IPatFilter. Will be called after all other filters returned DONT_HANDLE
| Field Summary | 
|---|
| Fields inherited from interface ch.elexis.views.PatListFilterBox.IPatFilter | 
|---|
ACCEPT, DONT_HANDLE, FILTER_FAULT, REJECT | 
| Constructor Summary | |
|---|---|
PatFilterImpl()
 | 
|
| Method Summary | |
|---|---|
 boolean | 
aboutToStart(PersistentObject filter)
 | 
 int | 
accept(Patient p,
       PersistentObject o)
Will the Patient be accepted for the Filter depending on the Object?  | 
 boolean | 
finished(PersistentObject filter)
 | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public PatFilterImpl()
| Method Detail | 
|---|
public int accept(Patient p,
                  PersistentObject o)
PatListFilterBox.IPatFilter
accept in interface PatListFilterBox.IPatFilterp - The Patient to considero - The Object to check
public boolean aboutToStart(PersistentObject filter)
aboutToStart in interface PatListFilterBox.IPatFilterpublic boolean finished(PersistentObject filter)
finished in interface PatListFilterBox.IPatFilter
  | 
Elexis API documentation as of September 4 2011 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||