| Package | Description | 
|---|---|
| org.openmrs.api | 
 
The primary OpenMRS API interfaces. 
 | 
| org.openmrs.api.impl | |
| org.openmrs.obs | |
| org.openmrs.obs.handler | |
| org.openmrs.web.controller.observation.handler | 
| Modifier and Type | Method and Description | 
|---|---|
ComplexObsHandler | 
ObsService.getHandler(java.lang.String key)
Get the ComplexObsHandler that has been registered with the given key 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Map<java.lang.String,ComplexObsHandler> | 
ObsService.getHandlers()
Gets the handlers map registered 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ObsService.registerHandler(java.lang.String key,
               ComplexObsHandler handler)
Registers the given handler with the given key If the given String key exists, that handler
 is overwritten with the given handler 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ObsService.setHandlers(java.util.Map<java.lang.String,ComplexObsHandler> handlers)
Add the given map to this service's handlers. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ComplexObsHandler | 
ObsServiceImpl.getHandler(Obs obs)
Convenience method to get the ComplexObsHandler associated with a complex Obs. 
 | 
ComplexObsHandler | 
ObsServiceImpl.getHandler(java.lang.String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Map<java.lang.String,ComplexObsHandler> | 
ObsServiceImpl.getHandlers()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ObsServiceImpl.registerHandler(java.lang.String key,
               ComplexObsHandler handler)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ObsServiceImpl.setHandlers(java.util.Map<java.lang.String,ComplexObsHandler> newHandlers)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
SerializableComplexObsHandler
Interface for handling complex obs. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BinaryDataHandler
Handler for storing files for complex obs to the file system. 
 | 
class  | 
BinaryStreamHandler
Handler for storing generic binary data for complex obs to the file system. 
 | 
class  | 
ImageHandler
Handler for storing basic images for complex obs to the file system. 
 | 
class  | 
TextHandler
Handler for storing files for complex obs to the file system. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
WebImageHandler
Extends functionality of  
ImageHandler for web specific views. | 
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.