| Package | Description |
|---|---|
| org.ornet.cdm | |
| org.ornet.softice.consumer | |
| org.ornet.softice.provider |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAlertState
An abstract state of a part of an alert system.
|
class |
AbstractContextState
Base type of a context state.
|
class |
AbstractIdentifiableContextState
Defines a context that is identifiable by means of an instance identifier.
|
class |
AbstractMetricState
Abstract state of a Metric.
|
class |
ClockState
State of a clock of an MDS.
|
class |
ComponentState
State of component that are part of an MDS.
|
class |
CurrentAlertCondition
The AlertConditionState type contains the dynamic/volatile information of an alert condition.
|
class |
CurrentAlertSignal
The AlertSignalState type contains the dynamic/volatile information of an alert signal.
|
class |
CurrentAlertSystem
The AlertSystemState type contains the dynamic/volatile information of an alert system.
|
class |
CurrentLimitAlertCondition
A state of a limit alert condition.
|
class |
EnsembleContextState
A context state that identifies an ensemble of devices.
|
class |
EnumStringMetricState
State of an enumerated string metric.
|
class |
HydraMDSState
The state of an Hydra MDS.
|
class |
LocationContextState
A context state that identifies a location in a hospital.
|
class |
MDSState
The state of an abstract MDS.
|
class |
NumericMetricState
A state of a numeric metric.
|
class |
OperationState
State of an operation that is exposed on the service interface.
|
class |
OperatorContextState
A context state that identifies an operator of an MDS or a part of it.
|
class |
PatientContextState
Observed information about a patient, e.g., demographics.
|
class |
RealTimeSampleArrayMetricState
State of a streaming metric descriptor.
|
class |
SetRangeOperationState
State of a SetRange operation that is exposed on the service interface.
|
class |
SetValueOperationState
State of a SetValue operation that is exposed on the service interface.
|
class |
StringMetricState
State of a string metric.
|
class |
WorkflowContextState
A context state that identifies a step in a clinical workflow.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<State> |
GetStatesFromArchiveResponse.state |
protected java.util.List<State> |
MDState.states |
| Modifier and Type | Method and Description |
|---|---|
State |
ObjectFactory.createState()
Create an instance of
State |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<State> |
GetStatesFromArchiveResponse.getState()
Gets the value of the state property.
|
java.util.List<State> |
MDState.getStates()
Gets the value of the states property.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IOSCPConsumerStateChangedHandler<T extends State> |
class |
OSCPConsumerEventHandler<T extends State> |
class |
OSCPConsumerStateChangedHandler<T extends State> |
| Modifier and Type | Method and Description |
|---|---|
State |
OSCPConsumer.requestState(java.lang.String handle) |
| Modifier and Type | Method and Description |
|---|---|
InvocationState |
OSCPConsumer.commitState(State state,
FutureInvocationState fis) |
| Modifier and Type | Class and Description |
|---|---|
class |
OSCPProviderHandler<T extends State> |
class |
OSCPProviderMDStateHandler<T extends State> |
| Modifier and Type | Method and Description |
|---|---|
static <T extends State> |
OSCPToolbox.findState(OSCPEndpoint ep,
java.lang.String handle,
java.lang.Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
protected State |
OSCPProviderMDStateHandler.getInitalClonedState() |
| Modifier and Type | Method and Description |
|---|---|
void |
OSCPProvider.updateState(State state) |