
Uses of Class
ca.uhn.fhir.model.dstu2.resource.DeviceMetric
Packages that use DeviceMetric
-
Uses of DeviceMetric in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return DeviceMetricModifier and TypeMethodDescriptionDeviceMetric.addCalibration
(DeviceMetric.Calibration theValue) Adds a given new value for calibration (Describes the calibrations that have been performed or that are required to be performed)DeviceMetric.setCalibration
(List<DeviceMetric.Calibration> theValue) Sets the value(s) for calibration (Describes the calibrations that have been performed or that are required to be performed)DeviceMetric.setCategory
(DeviceMetricCategoryEnum theValue) Sets the value(s) for category (measurement | setting | calculation | unspecified)DeviceMetric.setCategory
(ca.uhn.fhir.model.primitive.BoundCodeDt<DeviceMetricCategoryEnum> theValue) Sets the value(s) for category (measurement | setting | calculation | unspecified)DeviceMetric.setColor
(DeviceMetricColorEnum theValue) Sets the value(s) for color (black | red | green | yellow | blue | magenta | cyan | white)DeviceMetric.setColor
(ca.uhn.fhir.model.primitive.BoundCodeDt<DeviceMetricColorEnum> theValue) Sets the value(s) for color (black | red | green | yellow | blue | magenta | cyan | white)DeviceMetric.setIdentifier
(IdentifierDt theValue) Sets the value(s) for identifier (Unique identifier of this DeviceMetric)DeviceMetric.setMeasurementPeriod
(TimingDt theValue) Sets the value(s) for measurementPeriod (Describes the measurement repetition time)DeviceMetric.setOperationalStatus
(DeviceMetricOperationalStatusEnum theValue) Sets the value(s) for operationalStatus (on | off | standby)DeviceMetric.setOperationalStatus
(ca.uhn.fhir.model.primitive.BoundCodeDt<DeviceMetricOperationalStatusEnum> theValue) Sets the value(s) for operationalStatus (on | off | standby)DeviceMetric.setParent
(ResourceReferenceDt theValue) Sets the value(s) for parent (Describes the link to the parent DeviceComponent)DeviceMetric.setSource
(ResourceReferenceDt theValue) Sets the value(s) for source (Describes the link to the source Device)DeviceMetric.setType
(CodeableConceptDt theValue) Sets the value(s) for type (Type of metric)DeviceMetric.setUnit
(CodeableConceptDt theValue) Sets the value(s) for unit (Unit of metric)