Package | Description |
---|---|
org.openmrs.api |
The primary OpenMRS API interfaces.
|
org.openmrs.api.impl | |
org.openmrs.obs | |
org.openmrs.obs.handler |
Modifier and Type | Method and Description |
---|---|
ComplexObsHandler |
ObsService.getHandler(Obs obs)
Get the ComplexObsHandler associated with a complex observation
Returns the ComplexObsHandler.
|
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) |
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 | 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 |
MediaHandler
Handler for storing audio and video for complex obs to the file system.
|
class |
TextHandler
Handler for storing files for complex obs to the file system.
|
Copyright © 2024 OpenMRS Inc.. All rights reserved.