@Deprecated public class DrugOrderFilter extends CachingPatientFilter
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
log
Deprecated.
|
Constructor and Description |
---|
DrugOrderFilter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
filter, filterInverse
getConceptName
equals, getId, getName, getReportObjectId, getSubType, getType, setDescription, setId, setName, setReportObjectId, setSubType, setType, toString
equals, getUuid, hashCode, setUuid
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getName, getReportObjectId, setDescription, setName, setReportObjectId
getId, getUuid, setId, setUuid
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)
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.