@Deprecated public class DrugOrderStopFilter extends CachingPatientFilter
log
Constructor and Description |
---|
DrugOrderStopFilter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Cohort |
filterImpl(EvaluationContext context)
Deprecated.
Subclasses should implement PatientFilter.filter("all patients", evalContext) in this method
|
String |
getCacheKey()
Deprecated.
|
String |
getDescription()
Deprecated.
|
Boolean |
getDiscontinued()
Deprecated.
|
List<Concept> |
getDiscontinuedReasonList()
Deprecated.
|
List<Drug> |
getDrugList()
Deprecated.
|
List<Concept> |
getGenericDrugList()
Deprecated.
|
Date |
getSinceDate()
Deprecated.
|
Date |
getStopDate()
Deprecated.
|
Date |
getUntilDate()
Deprecated.
|
Integer |
getUntilDaysAgo()
Deprecated.
|
Integer |
getUntilMonthsAgo()
Deprecated.
|
Integer |
getWithinLastDays()
Deprecated.
|
Integer |
getWithinLastMonths()
Deprecated.
|
boolean |
isReadyToRun()
Deprecated.
Check whether this filter has had enough parameters set to be run properly
|
void |
setDiscontinued(Boolean discontinued)
Deprecated.
|
void |
setDiscontinuedReasonList(List<Concept> discontinuedReasonList)
Deprecated.
|
void |
setDrugList(List<Drug> drugList)
Deprecated.
|
void |
setGenericDrugList(List<Concept> genericDrugList)
Deprecated.
|
void |
setSinceDate(Date sinceDate)
Deprecated.
|
void |
setStopDate(Date stopDate)
Deprecated.
|
void |
setUntilDate(Date untilDate)
Deprecated.
|
void |
setUntilDaysAgo(Integer untilDaysAgo)
Deprecated.
|
void |
setUntilMonthsAgo(Integer untilMonthsAgo)
Deprecated.
|
void |
setWithinLastDays(Integer withinLastDays)
Deprecated.
|
void |
setWithinLastMonths(Integer withinLastMonths)
Deprecated.
|
filter, filterInverse
getConceptName
equals, getId, getName, getReportObjectId, getSubType, getType, setDescription, setId, setName, setReportObjectId, setSubType, setType, toString
getUuid, setUuid
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getName, getReportObjectId, setDescription, setName, setReportObjectId
getId, getUuid, setId, setUuid
public String getCacheKey()
getCacheKey
in class CachingPatientFilter
public 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 Boolean getDiscontinued()
public void setDiscontinued(Boolean discontinued)
public void setDiscontinuedReasonList(List<Concept> discontinuedReasonList)
public Date getStopDate()
public void setStopDate(Date stopDate)
public Date getSinceDate()
public void setSinceDate(Date sinceDate)
public Date getUntilDate()
public void setUntilDate(Date untilDate)
public Integer getUntilDaysAgo()
public void setUntilDaysAgo(Integer untilDaysAgo)
public Integer getUntilMonthsAgo()
public void setUntilMonthsAgo(Integer untilMonthsAgo)
public Integer getWithinLastDays()
public void setWithinLastDays(Integer withinLastDays)
public Integer getWithinLastMonths()
public void setWithinLastMonths(Integer withinLastMonths)
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.