@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, toStringgetUuid, setUuidclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfilter, isReadyToRungetDescription, getName, getReportObjectId, setDescription, setName, setReportObjectIdgetId, getUuid, setId, setUuidpublic Cohort filterInverse(Cohort input, EvaluationContext context)
filterInverse in interface PatientFilterinput - context - Copyright © 2018 OpenMRS LLC.. All Rights Reserved.