Package | Description |
---|---|
org.openmrs.parameter |
Modifier and Type | Method and Description |
---|---|
VisitSearchCriteriaBuilder |
VisitSearchCriteriaBuilder.includeInactive(boolean includeInactive)
Sets whether inactive visits should be included in the search criteria.
|
VisitSearchCriteriaBuilder |
VisitSearchCriteriaBuilder.includeVoided(boolean includeVoided)
Sets whether voided visits should be included in the search criteria.
|
VisitSearchCriteriaBuilder |
VisitSearchCriteriaBuilder.indications(Collection<Concept> indications)
Sets the indications to include in the search criteria.
|
VisitSearchCriteriaBuilder |
VisitSearchCriteriaBuilder.locations(Collection<Location> locations)
Sets the locations to include in the search criteria.
|
VisitSearchCriteriaBuilder |
VisitSearchCriteriaBuilder.maxEndDatetime(Date maxEndDatetime)
Sets the maximum end datetime for visits to include in the search criteria.
|
VisitSearchCriteriaBuilder |
VisitSearchCriteriaBuilder.maxStartDatetime(Date maxStartDatetime)
Sets the maximum start datetime for visits to include in the search criteria.
|
VisitSearchCriteriaBuilder |
VisitSearchCriteriaBuilder.minEndDatetime(Date minEndDatetime)
Sets the minimum end datetime for visits to include in the search criteria.
|
VisitSearchCriteriaBuilder |
VisitSearchCriteriaBuilder.minStartDatetime(Date minStartDatetime)
Sets the minimum start datetime for visits to include in the search criteria.
|
VisitSearchCriteriaBuilder |
VisitSearchCriteriaBuilder.patient(Patient patient)
Sets a single patient to include in the search criteria.
|
VisitSearchCriteriaBuilder |
VisitSearchCriteriaBuilder.patients(Collection<Patient> patients)
Sets the patients to include in the search criteria.
|
VisitSearchCriteriaBuilder |
VisitSearchCriteriaBuilder.serializedAttributeValues(Map<VisitAttributeType,String> serializedAttributeValues)
Sets the serialized attribute values to filter visits by in the search criteria.
|
VisitSearchCriteriaBuilder |
VisitSearchCriteriaBuilder.visitTypes(Collection<VisitType> visitTypes)
Sets the visit types to include in the search criteria.
|
Copyright © 2024 OpenMRS Inc.. All rights reserved.