| Package | Description |
|---|---|
| com.draeger.medical.biceps.common.model |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIdentifiableContextState
Defines a context that is identifiable by means of an instance identifier.
|
class |
EnsembleContextState
A context state that identifies an ensemble of devices.
|
class |
LocationContextState
A context state that identifies a location in a hospital.
|
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 |
WorkflowContextState
A context state that identifies a step in a clinical workflow.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractContextState> |
GetContextStatesResponse.contextStates |
protected List<AbstractContextState> |
SetContextState.proposedContextStates |
| Modifier and Type | Method and Description |
|---|---|
AbstractContextState |
ObjectFactory.createAbstractContextState()
Create an instance of
AbstractContextState |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractContextState> |
GetContextStatesResponse.getContextStates()
List of context values that includes all or just a subset of the requested context information.Gets the value of the contextStates property.
|
List<AbstractContextState> |
SetContextState.getProposedContextStates()
Defines the context states that has to be inserted or updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetContextStatesResponse.setContextStates(List<AbstractContextState> value) |
void |
SetContextState.setProposedContextStates(List<AbstractContextState> value) |
Copyright © 2016. All rights reserved.