|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openmrs.BaseOpenmrsObject org.openmrs.reporting.AbstractReportObject org.openmrs.reporting.AbstractPatientFilter org.openmrs.reporting.CachingPatientFilter org.openmrs.reporting.DrugOrderFilter
@Deprecated public class DrugOrderFilter
Field Summary | |
---|---|
protected org.apache.commons.logging.Log |
log
Deprecated. |
Constructor Summary | |
---|---|
DrugOrderFilter()
Deprecated. |
Method Summary | |
---|---|
Cohort |
filterImpl(EvaluationContext context)
Deprecated. Subclasses should implement PatientFilter.filter("all patients", evalContext) in this method |
PatientSetService.GroupMethod |
getAnyOrAll()
Deprecated. |
java.lang.String |
getCacheKey()
Deprecated. |
java.lang.String |
getDescription()
Deprecated. |
java.util.List<Drug> |
getDrugList()
Deprecated. |
java.util.List<Drug> |
getDrugListToUse()
Deprecated. |
java.util.List<Concept> |
getDrugSets()
Deprecated. |
java.util.Date |
getSinceDate()
Deprecated. |
java.util.Date |
getUntilDate()
Deprecated. |
java.lang.Integer |
getUntilDaysAgo()
Deprecated. |
java.lang.Integer |
getUntilMonthsAgo()
Deprecated. |
java.lang.Integer |
getWithinLastDays()
Deprecated. |
java.lang.Integer |
getWithinLastMonths()
Deprecated. |
boolean |
isReadyToRun()
Deprecated. Check whether this filter has had enough parameters set to be run properly |
void |
setAnyOrAll(PatientSetService.GroupMethod anyOrAll)
Deprecated. |
void |
setDrugList(java.util.List<Drug> drugList)
Deprecated. |
void |
setDrugSets(java.util.List<Concept> drugSets)
Deprecated. |
void |
setSinceDate(java.util.Date sinceDate)
Deprecated. |
void |
setUntilDate(java.util.Date untilDate)
Deprecated. |
void |
setUntilDaysAgo(java.lang.Integer untilDaysAgo)
Deprecated. |
void |
setUntilMonthsAgo(java.lang.Integer untilMonthsAgo)
Deprecated. |
void |
setWithinLastDays(java.lang.Integer withinLastDays)
Deprecated. |
void |
setWithinLastMonths(java.lang.Integer withinLastMonths)
Deprecated. |
Methods inherited from class org.openmrs.reporting.CachingPatientFilter |
---|
filter, filterInverse |
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 final org.apache.commons.logging.Log log
Constructor Detail |
---|
public DrugOrderFilter()
Method Detail |
---|
public java.lang.String getCacheKey()
getCacheKey
in class CachingPatientFilter
public java.lang.String getDescription()
getDescription
in interface ReportObject
getDescription
in class AbstractReportObject
public Cohort filterImpl(EvaluationContext context)
CachingPatientFilter
filterImpl
in class CachingPatientFilter
public boolean isReadyToRun()
PatientFilter
isReadyToRun
in interface PatientFilter
isReadyToRun
in class CachingPatientFilter
PatientFilter.isReadyToRun()
public java.util.List<Drug> getDrugListToUse()
public PatientSetService.GroupMethod getAnyOrAll()
public void setAnyOrAll(PatientSetService.GroupMethod anyOrAll)
public java.util.List<Drug> getDrugList()
public void setDrugList(java.util.List<Drug> drugList)
public java.util.Date getSinceDate()
public void setSinceDate(java.util.Date sinceDate)
public java.util.Date getUntilDate()
public void setUntilDate(java.util.Date untilDate)
public java.lang.Integer getUntilDaysAgo()
public void setUntilDaysAgo(java.lang.Integer untilDaysAgo)
public java.lang.Integer getUntilMonthsAgo()
public void setUntilMonthsAgo(java.lang.Integer untilMonthsAgo)
public java.lang.Integer getWithinLastDays()
public void setWithinLastDays(java.lang.Integer withinLastDays)
public java.lang.Integer getWithinLastMonths()
public void setWithinLastMonths(java.lang.Integer withinLastMonths)
public java.util.List<Concept> getDrugSets()
public void setDrugSets(java.util.List<Concept> drugSets)
|
OpenMRS-1.7.x | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |