| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractAlertState |
SetAlertState.state |
| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractAlertState> |
AlertReportPart.alertStates |
| Modifier and Type | Method and Description |
|---|---|
AbstractAlertState |
ObjectFactory.createAbstractAlertState()
Create an instance of
AbstractAlertState |
AbstractAlertState |
SetAlertState.getState()
The new value state of the alert SHOULD be set to.
|
| Modifier and Type | Method and Description |
|---|---|
List<AbstractAlertState> |
AlertReportPart.getAlertStates()
List of alert states that build the content of this report.Gets the value of the alertStates property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SetAlertState.setState(AbstractAlertState value)
Sets the value of the state property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AlertReportPart.setAlertStates(List<AbstractAlertState> value) |
| Modifier and Type | Method and Description |
|---|---|
AbstractAlertState |
AlertStateChanged.getNewState() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,? extends AbstractAlertState> |
AlertStatesChanged.getVmos() |
| Constructor and Description |
|---|
AlertStateChanged(AbstractAlertState newAlertState) |
| Constructor and Description |
|---|
AlertStatesChanged(Map<String,? extends AbstractAlertState> newAlertStates) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends AbstractAlertState> |
MedicalDeviceInformationBase.getAlertStates(Collection<String> handles) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends AbstractAlertState> |
DefaultMedicalDeviceInformationBase.getAlertStates(Collection<String> handles) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
AlertEventReporterHelper.getEventMessageForReport(AbstractAlertReport modelReport,
ReadWriteLock mdibLock,
HashMap<String,Collection<? extends AbstractAlertState>> reportInfo,
AtomicInteger eventCounter) |
Copyright © 2016. All rights reserved.