|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
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 |
---|
clone, equals, finalize, 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.IPatFilter
p
- The Patient to considero
- The Object to check
public boolean aboutToStart(PersistentObject filter)
aboutToStart
in interface PatListFilterBox.IPatFilter
public boolean finished(PersistentObject filter)
finished
in interface PatListFilterBox.IPatFilter
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |