| Package | Description | 
|---|---|
| org.openmrs | 
 These classes represent the core domain objects for the OpenMRS project. 
 | 
| org.openmrs.web.attribute | 
| Modifier and Type | Class and Description | 
|---|---|
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 | Method and Description | 
|---|---|
static <AttributeClass extends BaseAttribute,CustomizableClass extends Customizable<AttributeClass>,AttributeTypeClass extends AttributeType<CustomizableClass>> | 
WebAttributeUtil.handleSubmittedAttributesForType(CustomizableClass owner,
                                org.springframework.validation.BindingResult errors,
                                java.lang.Class<AttributeClass> attributeClass,
                                javax.servlet.http.HttpServletRequest request,
                                java.util.List<AttributeTypeClass> attributeTypes)
Handles attributes submitted on a form that uses the "attributesForType" tag 
 | 
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.