| Modifier and Type | Class and Description |
|---|---|
class |
CurrentAlertCondition
AlertConditionState contains the dynamic/volatile information of an ALERT CONDITION.
|
class |
CurrentAlertSignal
AlertSignalState contains the dynamic/volatile information of an ALERT SIGNAL.
|
class |
CurrentAlertSystem
AlertSystemState 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> |
AbstractAlertReport.ReportPart.alertStates |
| Modifier and Type | Method and Description |
|---|---|
AbstractAlertState |
ObjectFactory.createAbstractAlertState()
Create an instance of
AbstractAlertState |
AbstractAlertState |
SetAlertState.getState()
ProposedAlertState comprises the alert states that have to be
updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<AbstractAlertState> |
AbstractAlertReport.ReportPart.getAlertStates()
List of changed pm:AbstractAlertState instances.
|
| 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 |
AbstractAlertReport.ReportPart.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 © 2017. All rights reserved.