|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.openmrs.BaseOpenmrsObject
org.openmrs.reporting.AbstractReportObject
org.openmrs.reporting.AbstractPatientFilter
org.openmrs.reporting.DrugOrderPatientFilter
@Deprecated public class DrugOrderPatientFilter
| Field Summary | |
|---|---|
protected static org.apache.commons.logging.Log |
log
Deprecated. |
| Constructor Summary | |
|---|---|
DrugOrderPatientFilter()
Deprecated. |
|
| Method Summary | |
|---|---|
int |
compareTo(DrugOrderPatientFilter other)
Deprecated. |
Cohort |
filter(Cohort input,
EvaluationContext context)
Deprecated. Determine all patients in _input_ who also match some criteria. |
Cohort |
filterInverse(Cohort input,
EvaluationContext context)
Deprecated. Determine all patients in _input_ who do *not* match some criteria |
java.lang.String |
getDescription()
Deprecated. |
Concept |
getDrugConcept()
Deprecated. |
java.lang.Integer |
getDrugId()
Deprecated. |
PatientSetService.GroupMethod |
getGroupMethod()
Deprecated. |
java.util.Date |
getOnDate()
Deprecated. |
boolean |
isReadyToRun()
Deprecated. Check whether this filter has had enough parameters set to be run properly |
void |
setDrugConcept(Concept drugConcept)
Deprecated. |
void |
setDrugId(java.lang.Integer drugId)
Deprecated. |
void |
setGroupMethod(PatientSetService.GroupMethod groupMethod)
Deprecated. |
void |
setOnDate(java.util.Date onDate)
Deprecated. |
| Methods inherited from class org.openmrs.reporting.AbstractPatientFilter |
|---|
getConceptName |
| Methods inherited from class org.openmrs.reporting.AbstractReportObject |
|---|
equals, getId, getName, getReportObjectId, getSubType, getType, setDescription, setId, setName, setReportObjectId, setSubType, setType, toString |
| Methods inherited from class org.openmrs.BaseOpenmrsObject |
|---|
getUuid, setUuid |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.openmrs.reporting.ReportObject |
|---|
getName, getReportObjectId, setDescription, setName, setReportObjectId |
| Methods inherited from interface org.openmrs.OpenmrsObject |
|---|
getId, getUuid, setId, setUuid |
| Field Detail |
|---|
protected static final org.apache.commons.logging.Log log
| Constructor Detail |
|---|
public DrugOrderPatientFilter()
| Method Detail |
|---|
public boolean isReadyToRun()
PatientFilter
isReadyToRun in interface PatientFilterpublic int compareTo(DrugOrderPatientFilter other)
compareTo in interface java.lang.Comparable<DrugOrderPatientFilter>public PatientSetService.GroupMethod getGroupMethod()
public void setGroupMethod(PatientSetService.GroupMethod groupMethod)
public java.util.Date getOnDate()
public void setOnDate(java.util.Date onDate)
public java.lang.Integer getDrugId()
public void setDrugId(java.lang.Integer drugId)
public Concept getDrugConcept()
public void setDrugConcept(Concept drugConcept)
public Cohort filter(Cohort input,
EvaluationContext context)
PatientFilter
filter in interface PatientFilterinput - Cohort of the patients to searchcontext - EvaluationContext specifying filtering criteria
public Cohort filterInverse(Cohort input,
EvaluationContext context)
PatientFilter
filterInverse in interface PatientFilterinput - Cohort of the patients to searchcontext - EvaluationContext specifying filtering criteria
input who do not meet specified criteriapublic java.lang.String getDescription()
getDescription in interface ReportObjectgetDescription in class AbstractReportObject
|
OpenMRS-1.7.x | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||