Uses of Class
org.somda.sdc.biceps.model.participant.Range
-
Packages that use Range Package Description org.somda.sdc.biceps.model.participant -
-
Uses of Range in org.somda.sdc.biceps.model.participant
Fields in org.somda.sdc.biceps.model.participant declared as Range Modifier and Type Field Description protected RangeDistributionSampleArrayMetricDescriptor. distributionRangeprotected RangeLimitAlertConditionState. limitsprotected RangeLimitAlertConditionDescriptor. maxLimitsprotected RangeClinicalInfo.RelatedMeasurement.ReferenceRange. rangeFields in org.somda.sdc.biceps.model.participant with type parameters of type Range Modifier and Type Field Description protected List<Range>SetValueOperationState. allowedRangeprotected List<Range>DistributionSampleArrayMetricState. physiologicalRangeprotected List<Range>NumericMetricState. physiologicalRangeprotected List<Range>RealTimeSampleArrayMetricState. physiologicalRangeprotected List<Range>DistributionSampleArrayMetricDescriptor. technicalRangeprotected List<Range>NumericMetricDescriptor. technicalRangeprotected List<Range>RealTimeSampleArrayMetricDescriptor. technicalRangeMethods in org.somda.sdc.biceps.model.participant that return Range Modifier and Type Method Description RangeObjectFactory. createRange()Create an instance ofRangeRangeDistributionSampleArrayMetricDescriptor. getDistributionRange()Gets the value of the distributionRange property.RangeLimitAlertConditionState. getLimits()Gets the value of the limits property.RangeLimitAlertConditionDescriptor. getMaxLimits()Gets the value of the maxLimits property.RangeClinicalInfo.RelatedMeasurement.ReferenceRange. getRange()Gets the value of the range property.Methods in org.somda.sdc.biceps.model.participant that return types with arguments of type Range Modifier and Type Method Description List<Range>SetValueOperationState. getAllowedRange()Gets the value of the allowedRange property.List<Range>DistributionSampleArrayMetricState. getPhysiologicalRange()Gets the value of the physiologicalRange property.List<Range>NumericMetricState. getPhysiologicalRange()Gets the value of the physiologicalRange property.List<Range>RealTimeSampleArrayMetricState. getPhysiologicalRange()Gets the value of the physiologicalRange property.List<Range>DistributionSampleArrayMetricDescriptor. getTechnicalRange()Gets the value of the technicalRange property.List<Range>NumericMetricDescriptor. getTechnicalRange()Gets the value of the technicalRange property.List<Range>RealTimeSampleArrayMetricDescriptor. getTechnicalRange()Gets the value of the technicalRange property.Methods in org.somda.sdc.biceps.model.participant with parameters of type Range Modifier and Type Method Description voidDistributionSampleArrayMetricDescriptor. setDistributionRange(Range value)Sets the value of the distributionRange property.voidLimitAlertConditionState. setLimits(Range value)Sets the value of the limits property.voidLimitAlertConditionDescriptor. setMaxLimits(Range value)Sets the value of the maxLimits property.voidClinicalInfo.RelatedMeasurement.ReferenceRange. setRange(Range value)Sets the value of the range property.Method parameters in org.somda.sdc.biceps.model.participant with type arguments of type Range Modifier and Type Method Description voidSetValueOperationState. setAllowedRange(List<Range> value)voidDistributionSampleArrayMetricState. setPhysiologicalRange(List<Range> value)voidNumericMetricState. setPhysiologicalRange(List<Range> value)voidRealTimeSampleArrayMetricState. setPhysiologicalRange(List<Range> value)voidDistributionSampleArrayMetricDescriptor. setTechnicalRange(List<Range> value)voidNumericMetricDescriptor. setTechnicalRange(List<Range> value)voidRealTimeSampleArrayMetricDescriptor. setTechnicalRange(List<Range> value)
-