
Uses of Enum Class
org.hl7.fhir.r5.model.DeviceMetric.DeviceMetricOperationalStatus
Packages that use DeviceMetric.DeviceMetricOperationalStatus
- 
Uses of DeviceMetric.DeviceMetricOperationalStatus in org.hl7.fhir.r5.modelFields in org.hl7.fhir.r5.model with type parameters of type DeviceMetric.DeviceMetricOperationalStatusModifier and TypeFieldDescriptionDeviceMetric.operationalStatusIndicates current operational state of the device.Methods in org.hl7.fhir.r5.model that return DeviceMetric.DeviceMetricOperationalStatusModifier and TypeMethodDescriptionDeviceMetric.getOperationalStatus()Returns the enum constant of this class with the specified name.DeviceMetric.DeviceMetricOperationalStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type DeviceMetric.DeviceMetricOperationalStatusModifier and TypeMethodDescriptionDeviceMetric.DeviceMetricOperationalStatusEnumFactory.fromType(PrimitiveType<?> code) DeviceMetric.getOperationalStatusElement()Methods in org.hl7.fhir.r5.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.r5.model with type arguments of type DeviceMetric.DeviceMetricOperationalStatusModifier and TypeMethodDescriptionDeviceMetric.setOperationalStatusElement(Enumeration<DeviceMetric.DeviceMetricOperationalStatus> value)