@Deprecated public class PatientCharacteristicFilter extends CachingPatientFilter implements Comparable<PatientCharacteristicFilter>
log
Constructor and Description |
---|
PatientCharacteristicFilter()
Deprecated.
|
PatientCharacteristicFilter(String gender,
Date minBirthdate,
Date maxBirthdate)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(PatientCharacteristicFilter o)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
Cohort |
filterImpl(EvaluationContext context)
Deprecated.
Subclasses should implement PatientFilter.filter("all patients", evalContext) in this method
|
Boolean |
getAliveOnly()
Deprecated.
|
String |
getCacheKey()
Deprecated.
|
Boolean |
getDeadOnly()
Deprecated.
|
String |
getDescription()
Deprecated.
|
Date |
getEffectiveDate()
Deprecated.
|
String |
getGender()
Deprecated.
|
Integer |
getMaxAge()
Deprecated.
|
Date |
getMaxBirthdate()
Deprecated.
|
Integer |
getMinAge()
Deprecated.
|
Date |
getMinBirthdate()
Deprecated.
|
boolean |
isReadyToRun()
Deprecated.
Check whether this filter has had enough parameters set to be run properly
|
void |
setAliveOnly(Boolean aliveOnly)
Deprecated.
|
void |
setDeadOnly(Boolean deadOnly)
Deprecated.
|
void |
setEffectiveDate(Date effectiveDate)
Deprecated.
|
void |
setGender(String gender)
Deprecated.
|
void |
setMaxAge(Integer maxAge)
Deprecated.
|
void |
setMaxBirthdate(Date maxBirthdate)
Deprecated.
|
void |
setMinAge(Integer minAge)
Deprecated.
|
void |
setMinBirthdate(Date minBirthdate)
Deprecated.
|
filter, filterInverse
getConceptName
equals, getId, getName, getReportObjectId, getSubType, getType, setDescription, setId, setName, setReportObjectId, setSubType, setType, toString
getUuid, setUuid
clone, 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 boolean isReadyToRun()
PatientFilter
isReadyToRun
in interface PatientFilter
isReadyToRun
in class CachingPatientFilter
PatientFilter.isReadyToRun()
public int compareTo(PatientCharacteristicFilter o)
compareTo
in interface Comparable<PatientCharacteristicFilter>
public String getDescription()
getDescription
in interface ReportObject
getDescription
in class AbstractReportObject
public String getGender()
public void setGender(String gender)
gender
- The gender to set.public Date getMaxBirthdate()
public void setMaxBirthdate(Date maxBirthdate)
maxBirthdate
- The maxBirthdate to set.public Date getMinBirthdate()
public void setMinBirthdate(Date minBirthdate)
minBirthdate
- The minBirthdate to set.public Boolean getAliveOnly()
public void setAliveOnly(Boolean aliveOnly)
public Boolean getDeadOnly()
public void setDeadOnly(Boolean deadOnly)
public Integer getMaxAge()
public void setMaxAge(Integer maxAge)
public Integer getMinAge()
public void setMinAge(Integer minAge)
public Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
public Cohort filterImpl(EvaluationContext context)
CachingPatientFilter
filterImpl
in class CachingPatientFilter
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.