| Package | Description |
|---|---|
| org.openmrs |
These classes represent the core domain objects for the OpenMRS project.
|
| org.openmrs.attribute | |
| org.openmrs.customdatatype | |
| org.openmrs.web.taglib |
| Modifier and Type | Class and Description |
|---|---|
class |
FormResource
A FormResource is meant as a way for modules to add arbitrary information to
a Form.
|
class |
GlobalProperty
Global properties are simple key-value pairs persisted in the database GPs can be thought of as
something similar to environment variables used in operating systems.
|
class |
LocationAttribute
A value for a user-defined
LocationAttributeType that is stored on a Location. |
class |
ProviderAttribute
A value for a user-defined
ProviderAttributeType that is stored on a Provider. |
class |
VisitAttribute
A value for a user-defined
VisitAttributeType that is stored on a Visit. |
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseAttribute<AT extends AttributeType,OwningType extends Customizable<?>>
Abstract base implementation of
Attribute. |
| Modifier and Type | Method and Description |
|---|---|
static void |
CustomDatatypeUtil.saveIfDirty(SingleCustomValue<?> value)
Calls the save method on value's
ConceptDatatype if necessary |
static <T,D extends CustomValueDescriptor> |
CustomDatatypeUtil.validate(SingleCustomValue<D> value)
Validates a
SingleCustomValue |
| Modifier and Type | Method and Description |
|---|---|
SingleCustomValue<?> |
FormatTag.getSingleCustomValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
FormatTag.setSingleCustomValue(SingleCustomValue<?> singleCustomValue) |
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.