|
Elexis API documentationVersion 2.1.6 as of December 11 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(IPersistentObject filter)
|
int |
accept(Patient p,
IPersistentObject o)
Will the Patient be accepted for the Filter depending on the Object? |
boolean |
finished(IPersistentObject 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, IPersistentObject o)
PatListFilterBox.IPatFilter
accept
in interface PatListFilterBox.IPatFilter
p
- The Patient to considero
- The Object to check
public boolean aboutToStart(IPersistentObject filter)
aboutToStart
in interface PatListFilterBox.IPatFilter
public boolean finished(IPersistentObject filter)
finished
in interface PatListFilterBox.IPatFilter
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |