Package | Description |
---|---|
org.openmrs.api |
The primary OpenMRS API interfaces.
|
org.openmrs.api.impl | |
org.openmrs.obs.handler | |
org.openmrs.web.controller.observation.handler |
Modifier and Type | Method and Description |
---|---|
ComplexObsHandler |
ObsService.getHandler(String key)
Get the ComplexObsHandler that has been registered with the given key
|
Modifier and Type | Method and Description |
---|---|
Map<String,ComplexObsHandler> |
ObsService.getHandlers()
Gets the handlers map registered
|
Modifier and Type | Method and Description |
---|---|
void |
ObsService.registerHandler(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(Map<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(String key) |
Modifier and Type | Method and Description |
---|---|
Map<String,ComplexObsHandler> |
ObsServiceImpl.getHandlers() |
Modifier and Type | Method and Description |
---|---|
void |
ObsServiceImpl.registerHandler(String key,
ComplexObsHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
ObsServiceImpl.setHandlers(Map<String,ComplexObsHandler> newHandlers) |
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 |
Modifier and Type | Class and Description |
---|---|
class |
WebImageHandler
Extends functionality of
ImageHandler for web specific views. |
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.