@Deprecated public abstract class AbstractPatientFilter extends AbstractReportObject implements PatientFilter
Constructor and Description |
---|
AbstractPatientFilter()
Deprecated.
|
AbstractPatientFilter(Integer reportObjectId,
String name,
String description,
String type,
String subType,
User creator,
Date dateCreated,
User changedBy,
Date dateChanged,
Boolean voided,
User voidedBy,
Date dateVoided,
String voidReason)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Cohort |
filterInverse(Cohort input,
EvaluationContext context)
Deprecated.
Basic implementation of filterInverse that delegates to PatientSetService.getAllPatients() and
this class's filter() method.
|
String |
getConceptName(Concept concept)
Deprecated.
Find the name from the given concept object.
|
equals, getDescription, getId, getName, getReportObjectId, getSubType, getType, setDescription, setId, setName, setReportObjectId, setSubType, setType, toString
getUuid, setUuid
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
filter, isReadyToRun
getDescription, getName, getReportObjectId, setDescription, setName, setReportObjectId
getId, getUuid, setId, setUuid
public Cohort filterInverse(Cohort input, EvaluationContext context)
filterInverse
in interface PatientFilter
input
- context
- Copyright © 2018 OpenMRS LLC.. All Rights Reserved.