![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Enum
org.hl7.fhir.r4.model.DeviceMetric.DeviceMetricOperationalStatus
Packages that use DeviceMetric.DeviceMetricOperationalStatus
-
Uses of DeviceMetric.DeviceMetricOperationalStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type DeviceMetric.DeviceMetricOperationalStatusModifier and TypeFieldDescriptionDeviceMetric.operationalStatus
Indicates current operational state of the device.Methods in org.hl7.fhir.r4.model that return DeviceMetric.DeviceMetricOperationalStatusModifier and TypeMethodDescriptionDeviceMetric.getOperationalStatus()
Returns the enum constant of this type with the specified name.DeviceMetric.DeviceMetricOperationalStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type DeviceMetric.DeviceMetricOperationalStatusModifier and TypeMethodDescriptionDeviceMetric.DeviceMetricOperationalStatusEnumFactory.fromType
(PrimitiveType<?> code) DeviceMetric.getOperationalStatusElement()
Methods in org.hl7.fhir.r4.model with parameters of type DeviceMetric.DeviceMetricOperationalStatusModifier and TypeMethodDescriptionDeviceMetric.setOperationalStatus
(DeviceMetric.DeviceMetricOperationalStatus value) DeviceMetric.DeviceMetricOperationalStatusEnumFactory.toCode
(DeviceMetric.DeviceMetricOperationalStatus code) DeviceMetric.DeviceMetricOperationalStatusEnumFactory.toSystem
(DeviceMetric.DeviceMetricOperationalStatus code) Method parameters in org.hl7.fhir.r4.model with type arguments of type DeviceMetric.DeviceMetricOperationalStatusModifier and TypeMethodDescriptionDeviceMetric.setOperationalStatusElement
(Enumeration<DeviceMetric.DeviceMetricOperationalStatus> value)