| Modifier and Type | Method and Description |
|---|---|
State |
BICEPSSingleStateProxy.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
BICEPSWorkflowControl.changed(State s,
long sequenceNumber,
List<ChangedProperty> changedProps) |
void |
BICEPSPatientControl.changed(State s,
long sequenceNumber,
List<ChangedProperty> changedProps) |
void |
BICEPSLocationControl.changed(State s,
long sequenceNumber,
List<ChangedProperty> changedProps) |
void |
BICEPSEnsembleControl.changed(State s,
long sequenceNumber,
List<ChangedProperty> changedProps) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAbstractBICEPSProxy.changed(State newState,
long sequenceNumber,
List<ChangedProperty> changedProps) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBICEPSLimitAlertConditionState.changed(State newState,
long sequenceNumber,
List<ChangedProperty> changedProps) |
void |
DefaultBICEPSAlertSystemState.changed(State newState,
long sequenceNumber,
List<ChangedProperty> changedProps) |
void |
DefaultBICEPSAlertSystem.changed(State newState,
long sequenceNumber,
List<ChangedProperty> changedProps) |
void |
DefaultBICEPSAlertSignalState.changed(State newState,
long sequenceNumber,
List<ChangedProperty> changedProps) |
void |
DefaultBICEPSAlertSignal.changed(State newState,
long sequenceNumber,
List<ChangedProperty> changedProps) |
void |
DefaultBICEPSAlertConditionState.changed(State newState,
long sequenceNumber,
List<ChangedProperty> changedProps) |
void |
DefaultBICEPSAlertCondition.changed(State newState,
long sequenceNumber,
List<ChangedProperty> changedProps) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBICEPSWorkflowContext.changed(State newState,
long sequenceNumber,
List<ChangedProperty> changedProps) |
void |
DefaultBICEPSPatientContext.changed(State newState,
long sequenceNumber,
List<ChangedProperty> changedProps) |
void |
DefaultBICEPSMDSContext.changed(State newState,
long sequenceNumber,
List<ChangedProperty> changedProps) |
void |
DefaultBICEPSLocationContext.changed(State newState,
long sequenceNumber,
List<ChangedProperty> changedProps) |
void |
DefaultBICEPSEnsembleContext.changed(State newState,
long sequenceNumber,
List<ChangedProperty> changedProps) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBICEPSManeuver.changed(State newState,
long sequenceNumber,
List<ChangedProperty> changedProps) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBICEPSMedicalDeviceSystem.changed(State newState,
long sequenceNumber,
List<ChangedProperty> changedProps) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBICEPSStringMetricControl.changed(State newState,
long sequenceNumber,
List<ChangedProperty> changedProps) |
void |
DefaultBICEPSNumericMetricControl.changed(State newState,
long sequenceNumber,
List<ChangedProperty> changedProps) |
void |
DefaultBICEPSMetricState.changed(State newState,
long sequenceNumber,
List<ChangedProperty> changedProps) |
void |
DefaultBICEPSMetric.changed(State newState,
long sequenceNumber,
List<ChangedProperty> changedProps) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBICEPSStreamState.changed(State newState,
long sequenceNumber,
List<ChangedProperty> changedProps) |
void |
DefaultBICEPSStream.changed(State newState,
long sequenceNumber,
List<ChangedProperty> changedProps) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends State> |
BICEPSProxyUtil.getCurrentStateFromDevice(BICEPSProxy proxy,
CommunicationAdapter comAdapter,
Class<T> stateClass) |
static <T extends State> |
BICEPSProxyUtil.getCurrentStatesFromDevice(BICEPSProxy proxy,
CommunicationAdapter comAdapter,
Class<T> stateClass) |
static <T extends State> |
BICEPSProxyUtil.retrieveStatesInternal(BICEPSProxy proxy,
CommunicationAdapter comAdapter,
Class<T> stateClass,
List<T> newStates,
BigInteger mdibSequenceNumber,
String descriptorHandle) |
| Modifier and Type | Method and Description |
|---|---|
static List<ChangedProperty> |
BICEPSProxyPropertyUtil.findPropertyChanged(BICEPSMetric relatedBICEPSClientMetric,
State state) |
static List<ChangedProperty> |
BICEPSProxyPropertyUtil.findPropertyChanged(BICEPSProxy diceProxy,
State state) |
static void |
BICEPSProxyUtil.updateBICEPSProxy(State newState,
BICEPSProxy diceProxy,
BigInteger sequenceNumber) |
| 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 List<State> |
GetStatesFromArchiveResponse.state |
protected List<State> |
MDState.states |
| Modifier and Type | Method and Description |
|---|---|
State |
ObjectFactory.createState()
Create an instance of
State |
| Modifier and Type | Method and Description |
|---|---|
List<State> |
GetStatesFromArchiveResponse.getState()
Gets the value of the state property.
|
List<State> |
MDState.getStates()
List of states that describe the current status of the objects in the MDIB.Gets the value of the states property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetStatesFromArchiveResponse.setState(List<State> value) |
void |
MDState.setStates(List<State> value) |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends State> |
DefaultMDIStateBuilder.getOrCreateState(String descriptorHandle,
Class<T> stateClass) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultMDIStateBuilder.addState(State s) |
| Modifier and Type | Method and Description |
|---|---|
State |
SingleMDIBNotification.getNewState() |
State |
OperationStateChangedNotification.getNewState() |
State |
OperationalStateChangedNotification.getNewState() |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends State> |
CurrentValuesChanged.getStates() |
Collection<? extends State> |
BulkMDIBStateNotification.getStates() |
Collection<? extends State> |
AlertStatesChanged.getStates() |
| Modifier and Type | Method and Description |
|---|---|
State |
MedicalDeviceInformationBase.getState(String stateHandle) |
| Modifier and Type | Method and Description |
|---|---|
State |
DefaultMedicalDeviceInformationBase.getState(String stateHandle) |
Copyright © 2016. All rights reserved.