@Deprecated public class ProgramStatePatientFilter extends CachingPatientFilter
log| Constructor and Description | 
|---|
| ProgramStatePatientFilter()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.  | 
| Program | getProgram()Deprecated.  | 
| Date | getSinceDate()Deprecated.  | 
| List<ProgramWorkflowState> | getStateList()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 | setProgram(Program program)Deprecated.  | 
| void | setSinceDate(Date sinceDate)Deprecated.  | 
| void | setStateList(List<ProgramWorkflowState> stateList)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, filterInversegetConceptNameequals, getId, getName, getReportObjectId, getSubType, getType, setDescription, setId, setName, setReportObjectId, setSubType, setType, toStringgetUuid, setUuidclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, getReportObjectId, setDescription, setName, setReportObjectIdgetId, getUuid, setId, setUuidpublic String getCacheKey()
getCacheKey in class CachingPatientFilterpublic String getDescription()
getDescription in interface ReportObjectgetDescription in class AbstractReportObjectpublic Cohort filterImpl(EvaluationContext context)
CachingPatientFilterfilterImpl in class CachingPatientFilterpublic boolean isReadyToRun()
PatientFilterisReadyToRun in interface PatientFilterisReadyToRun in class CachingPatientFilterPatientFilter.isReadyToRun()public Program getProgram()
public void setProgram(Program program)
public Date getSinceDate()
public void setSinceDate(Date sinceDate)
public List<ProgramWorkflowState> getStateList()
public void setStateList(List<ProgramWorkflowState> stateList)
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.