| Package | Description |
|---|---|
| org.ornet.cdm | |
| org.ornet.softice.provider |
| 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 java.util.List<AbstractContextState> |
GetContextStatesResponse.contextStates |
protected java.util.List<AbstractContextState> |
SetContextState.proposedContextStates |
| Modifier and Type | Method and Description |
|---|---|
AbstractContextState |
ObjectFactory.createAbstractContextState()
Create an instance of
AbstractContextState |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractContextState> |
GetContextStatesResponse.getContextStates()
Gets the value of the contextStates property.
|
java.util.List<AbstractContextState> |
SetContextState.getProposedContextStates()
Gets the value of the proposedContextStates property.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractContextState |
OSCPToolbox.findContextState(OSCPEndpoint ep,
java.lang.String handle) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractContextState> |
OSCPProvider.getContextStates() |
java.util.List<AbstractContextState> |
OSCPProvider.getContextStates(java.util.List<java.lang.String> handles) |