org.openmrs.reporting
Class ProgramPatientFilter

java.lang.Object
  extended by org.openmrs.BaseOpenmrsObject
      extended by org.openmrs.reporting.AbstractReportObject
          extended by org.openmrs.reporting.AbstractPatientFilter
              extended by org.openmrs.reporting.ProgramPatientFilter
All Implemented Interfaces:
OpenmrsObject, PatientFilter, ReportObject

Deprecated. Use @see org.openmrs.reporting.ProgramStatePatientFilter instead

@Deprecated
public class ProgramPatientFilter
extends AbstractPatientFilter
implements PatientFilter

Currently can only determine whether a patient was in a given program ever, or on a specific date, or relative to dates


Constructor Summary
ProgramPatientFilter()
          Deprecated.  
 
Method Summary
 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.  
 java.util.Date getFromDate()
          Deprecated.  
 java.util.Date getOnDate()
          Deprecated.  
 Program getProgram()
          Deprecated.  
 java.util.Date getToDate()
          Deprecated.  
 boolean isReadyToRun()
          Deprecated. Check whether this filter has had enough parameters set to be run properly
 void setFromDate(java.util.Date fromDate)
          Deprecated.  
 void setOnDate(java.util.Date onDate)
          Deprecated.  
 void setProgram(Program program)
          Deprecated.  
 void setToDate(java.util.Date toDate)
          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
 

Constructor Detail

ProgramPatientFilter

public ProgramPatientFilter()
Deprecated. 
Method Detail

filter

public Cohort filter(Cohort input,
                     EvaluationContext context)
Deprecated. 
Description copied from interface: PatientFilter
Determine all patients in _input_ who also match some criteria. If input is null, then this should return all patients who match.

Specified by:
filter in interface PatientFilter
Parameters:
input - Cohort of the patients to search
context - EvaluationContext specifying filtering criteria
Returns:
Cohort of the patients matching the criteria

filterInverse

public Cohort filterInverse(Cohort input,
                            EvaluationContext context)
Deprecated. 
Description copied from interface: PatientFilter
Determine all patients in _input_ who do *not* match some criteria

Specified by:
filterInverse in interface PatientFilter
Parameters:
input - Cohort of the patients to search
context - EvaluationContext specifying filtering criteria
Returns:
Cohort of patients in input who do not meet specified criteria

getDescription

public java.lang.String getDescription()
Deprecated. 
Specified by:
getDescription in interface ReportObject
Overrides:
getDescription in class AbstractReportObject
Returns:
Returns the description

isReadyToRun

public boolean isReadyToRun()
Deprecated. 
Description copied from interface: PatientFilter
Check whether this filter has had enough parameters set to be run properly

Specified by:
isReadyToRun in interface PatientFilter
Returns:
true if the filter has enough parameters set, false otherwise

getFromDate

public java.util.Date getFromDate()
Deprecated. 

setFromDate

public void setFromDate(java.util.Date fromDate)
Deprecated. 

getOnDate

public java.util.Date getOnDate()
Deprecated. 

setOnDate

public void setOnDate(java.util.Date onDate)
Deprecated. 

getProgram

public Program getProgram()
Deprecated. 

setProgram

public void setProgram(Program program)
Deprecated. 

getToDate

public java.util.Date getToDate()
Deprecated. 

setToDate

public void setToDate(java.util.Date toDate)
Deprecated. 

OpenMRS-1.7.x

Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change