Package | Description |
---|---|
org.openmrs |
These classes represent the core domain objects for the OpenMRS project.
|
org.openmrs.api.db.hibernate |
Resources for Hibernate ORM.
|
org.openmrs.attribute | |
org.openmrs.customdatatype | |
org.openmrs.validator |
Modifier and Type | Class and Description |
---|---|
class |
ConceptAttributeType |
class |
DiagnosisAttributeType
The DiagnosisAttributeType extension to the
Diagnosis class. |
class |
LocationAttributeType
A user-defined extension to the
Location class. |
class |
OrderAttributeType
The OrderAttributeType, extension to the
Order class. |
class |
OrderGroupAttributeType
A user-defined extension to the
OrderGroup class. |
class |
OrderSetAttributeType
A user-defined extension to the
OrderSet class. |
class |
ProgramAttributeType |
class |
ProviderAttributeType
A user-defined extension to the
Provider class. |
class |
VisitAttributeType
A user-defined extension to the
Visit class. |
Modifier and Type | Class and Description |
---|---|
class |
AttributeMatcherPredicate<T extends Customizable,AT extends AttributeType>
Used in conjunction with commons-collections filter to find attributes with values in the given map.
|
Modifier and Type | Method and Description |
---|---|
static <AT extends AttributeType> |
HibernateUtil.getAttributePredicate(javax.persistence.criteria.CriteriaBuilder cb,
javax.persistence.criteria.Root<Location> locationRoot,
Map<AT,String> serializedAttributeValues)
Constructs a list of predicates for attribute value criteria for use in a JPA Criteria query.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Attribute<AT extends AttributeType,OT extends Customizable<?>>
Common interface for user-defined attribute that is are added to a base class.
|
class |
BaseAttribute<AT extends AttributeType,OwningType extends Customizable<?>>
Abstract base implementation of
Attribute . |
Modifier and Type | Class and Description |
---|---|
class |
BaseAttributeType<OwningType extends Customizable<?>>
Abstract base implementation of
AttributeType . |
Modifier and Type | Method and Description |
---|---|
static <T extends AttributeType<?>,U> |
CustomDatatypeUtil.getValueReferences(Map<T,U> datatypeValues)
Uses the appropriate datatypes to convert all values in the input map to their valueReference equivalents.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseAttributeTypeValidator<T extends AttributeType<?>>
Abstract class which handles basic validation common to all attribute types
|
Modifier and Type | Method and Description |
---|---|
<T extends AttributeType,A extends Attribute> |
BaseCustomizableValidator.validateAttributes(Customizable<A> customizable,
org.springframework.validation.Errors errors,
Collection<T> attributeTypes)
Validate the attributes of the given Customizable, given the list of relevant attribute types
|
Copyright © 2024 OpenMRS Inc.. All rights reserved.