public class OrderSearchCriteria extends Object
OrderSearchCriteriaBuilder
.OrderSearchCriteriaBuilder
Constructor and Description |
---|
OrderSearchCriteria(Patient patient,
CareSetting careSetting,
Collection<Concept> concepts,
Collection<OrderType> orderTypes,
Date activatedOnOrBeforeDate,
Date activatedOnOrAfterDate,
boolean isStopped,
Date autoExpireOnOrBeforeDate,
Date canceledOrExpiredOnOrBeforeDate,
Order.Action action,
Order.FulfillerStatus fulfillerStatus,
Boolean includeNullFulfillerStatus,
boolean excludeCanceledAndExpired,
boolean excludeDiscontinueOrders,
boolean includeVoided)
Deprecated.
|
OrderSearchCriteria(Patient patient,
CareSetting careSetting,
Collection<Concept> concepts,
Collection<OrderType> orderTypes,
String accessionNumber,
String orderNumber,
Date activatedOnOrBeforeDate,
Date activatedOnOrAfterDate,
boolean isStopped,
Date autoExpireOnOrBeforeDate,
Date canceledOrExpiredOnOrBeforeDate,
Order.Action action,
Order.FulfillerStatus fulfillerStatus,
Boolean includeNullFulfillerStatus,
boolean excludeCanceledAndExpired,
boolean excludeDiscontinueOrders,
boolean includeVoided)
Instead of calling this constructor directly, it is recommended to use
OrderSearchCriteriaBuilder . |
OrderSearchCriteria(Patient patient,
CareSetting careSetting,
Collection<Concept> concepts,
Collection<OrderType> orderTypes,
String accessionNumber,
String orderNumber,
Date activatedOnOrBeforeDate,
Date activatedOnOrAfterDate,
boolean isStopped,
Date autoExpireOnOrBeforeDate,
Date canceledOrExpiredOnOrBeforeDate,
Order.Action action,
Order.FulfillerStatus fulfillerStatus,
Boolean includeNullFulfillerStatus,
boolean excludeCanceledAndExpired,
boolean excludeDiscontinueOrders,
boolean includeVoided,
Visit visit) |
Modifier and Type | Method and Description |
---|---|
String |
getAccessionNumber() |
Order.Action |
getAction() |
Date |
getActivatedOnOrAfterDate() |
Date |
getActivatedOnOrBeforeDate() |
Date |
getAutoExpireOnOrBeforeDate() |
Date |
getCanceledOrExpiredOnOrBeforeDate() |
CareSetting |
getCareSetting() |
Collection<Concept> |
getConcepts() |
boolean |
getExcludeCanceledAndExpired() |
boolean |
getExcludeDiscontinueOrders() |
Order.FulfillerStatus |
getFulfillerStatus() |
Boolean |
getIncludeNullFulfillerStatus() |
boolean |
getIncludeVoided() |
String |
getOrderNumber() |
Collection<OrderType> |
getOrderTypes() |
Patient |
getPatient() |
Visit |
getVisit() |
boolean |
isStopped() |
public OrderSearchCriteria(Patient patient, CareSetting careSetting, Collection<Concept> concepts, Collection<OrderType> orderTypes, String accessionNumber, String orderNumber, Date activatedOnOrBeforeDate, Date activatedOnOrAfterDate, boolean isStopped, Date autoExpireOnOrBeforeDate, Date canceledOrExpiredOnOrBeforeDate, Order.Action action, Order.FulfillerStatus fulfillerStatus, Boolean includeNullFulfillerStatus, boolean excludeCanceledAndExpired, boolean excludeDiscontinueOrders, boolean includeVoided)
OrderSearchCriteriaBuilder
.patient
- the patient the order is forcareSetting
- the care setting to match onconcepts
- the concepts to match on; if not specified, matches on all conceptsorderTypes
- the order types to match on; if not specified, matches all order typesaccessionNumber
- to match on; performs exact match if specifiedorderNumber
- to match on; performs exact match if specifedactivatedOnOrBeforeDate
- orders must have dateActivated on or before this dateactivatedOnOrAfterDate
- orders must have dateActivated on or after this dateincludeVoided
- whether to include the voided orders or notpublic OrderSearchCriteria(Patient patient, CareSetting careSetting, Collection<Concept> concepts, Collection<OrderType> orderTypes, String accessionNumber, String orderNumber, Date activatedOnOrBeforeDate, Date activatedOnOrAfterDate, boolean isStopped, Date autoExpireOnOrBeforeDate, Date canceledOrExpiredOnOrBeforeDate, Order.Action action, Order.FulfillerStatus fulfillerStatus, Boolean includeNullFulfillerStatus, boolean excludeCanceledAndExpired, boolean excludeDiscontinueOrders, boolean includeVoided, Visit visit)
@Deprecated public OrderSearchCriteria(Patient patient, CareSetting careSetting, Collection<Concept> concepts, Collection<OrderType> orderTypes, Date activatedOnOrBeforeDate, Date activatedOnOrAfterDate, boolean isStopped, Date autoExpireOnOrBeforeDate, Date canceledOrExpiredOnOrBeforeDate, Order.Action action, Order.FulfillerStatus fulfillerStatus, Boolean includeNullFulfillerStatus, boolean excludeCanceledAndExpired, boolean excludeDiscontinueOrders, boolean includeVoided)
OrderSearchCriteriaBuilder
.patient
- the patient the order is forcareSetting
- the care setting to match onconcepts
- the concepts to match on; if not specified, matches on all conceptsorderTypes
- the order types to match on; if not specified, matches all order typesactivatedOnOrBeforeDate
- orders must have dateActivated on or before this dateactivatedOnOrAfterDate
- orders must have dateActivated on or after this dateincludeVoided
- whether to include the voided orders or notpublic Patient getPatient()
public CareSetting getCareSetting()
public Collection<Concept> getConcepts()
public Collection<OrderType> getOrderTypes()
public Visit getVisit()
public String getAccessionNumber()
public String getOrderNumber()
public Date getActivatedOnOrBeforeDate()
public Date getActivatedOnOrAfterDate()
public boolean isStopped()
public Date getAutoExpireOnOrBeforeDate()
public Date getCanceledOrExpiredOnOrBeforeDate()
public Order.Action getAction()
public Order.FulfillerStatus getFulfillerStatus()
public Boolean getIncludeNullFulfillerStatus()
public boolean getExcludeCanceledAndExpired()
public boolean getExcludeDiscontinueOrders()
public boolean getIncludeVoided()
Copyright © 2024 OpenMRS Inc.. All rights reserved.