| Package | Description |
|---|---|
| com.draeger.medical.biceps.common.model | |
| com.draeger.medical.biceps.common.model.util |
| Modifier and Type | Field and Description |
|---|---|
protected Range |
SetRangeOperationDescriptor.allowedMaxRange |
protected Range |
CurrentLimitAlertCondition.limits |
protected Range |
LimitAlertConditionDescriptor.maxLimitRange |
protected Range |
SetRange.range |
| Modifier and Type | Field and Description |
|---|---|
protected List<Range> |
SetValueOperationState.allowedRanges |
protected List<Range> |
SetRangeOperationState.allowedRanges |
protected List<Range> |
RealTimeSampleArrayMetricDescriptor.maxRanges |
protected List<Range> |
NumericMetricState.physiologicalRanges |
protected List<Range> |
NumericMetricDescriptor.technicalRanges |
| Modifier and Type | Method and Description |
|---|---|
Range |
ObjectFactory.createRange()
Create an instance of
Range |
Range |
SetRangeOperationDescriptor.getAllowedMaxRange()
Gets the value of the allowedMaxRange property.
|
Range |
CurrentLimitAlertCondition.getLimits()
Limit values for the LimitAlertConditionState type.
|
Range |
LimitAlertConditionDescriptor.getMaxLimitRange()
The maximum possible range for the limit bounds.
|
Range |
SetRange.getRange()
The new value the range SHOULD be set to.
|
| Modifier and Type | Method and Description |
|---|---|
List<Range> |
SetValueOperationState.getAllowedRanges()
The currently allowed ranges that can be requested.Gets the value of the allowedRanges property.
|
List<Range> |
SetRangeOperationState.getAllowedRanges()
The currently allowed ranges that can be requested.Gets the value of the allowedRanges property.
|
List<Range> |
RealTimeSampleArrayMetricDescriptor.getMaxRanges()
The maximum range of the values of the real-time sample array.Gets the value of the maxRanges property.
|
List<Range> |
NumericMetricState.getPhysiologicalRanges()
The physiological reasonable range of observed values (note that this is not an alarming range).Gets the value of the physiologicalRanges property.
|
List<Range> |
NumericMetricDescriptor.getTechnicalRanges()
The technical possible range of observed values.Gets the value of the technicalRanges property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SetRangeOperationDescriptor.setAllowedMaxRange(Range value)
Sets the value of the allowedMaxRange property.
|
void |
CurrentLimitAlertCondition.setLimits(Range value)
Sets the value of the limits property.
|
void |
LimitAlertConditionDescriptor.setMaxLimitRange(Range value)
Sets the value of the maxLimitRange property.
|
void |
SetRange.setRange(Range value)
Sets the value of the range property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SetValueOperationState.setAllowedRanges(List<Range> value) |
void |
SetRangeOperationState.setAllowedRanges(List<Range> value) |
void |
RealTimeSampleArrayMetricDescriptor.setMaxRanges(List<Range> value) |
void |
NumericMetricState.setPhysiologicalRanges(List<Range> value) |
void |
NumericMetricDescriptor.setTechnicalRanges(List<Range> value) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ModelComparer.equals(Range x,
Range obj) |
Copyright © 2016. All rights reserved.