Uses of Enum
org.hl7.fhir.r4.model.DeviceMetric.DeviceMetricCategory
Packages that use DeviceMetric.DeviceMetricCategory
-
Uses of DeviceMetric.DeviceMetricCategory in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type DeviceMetric.DeviceMetricCategoryModifier and TypeFieldDescriptionprotected Enumeration<DeviceMetric.DeviceMetricCategory>DeviceMetric.categoryIndicates the category of the observation generation process.Methods in org.hl7.fhir.r4.model that return DeviceMetric.DeviceMetricCategoryModifier and TypeMethodDescriptionDeviceMetric.getCategory()Returns the enum constant of this type with the specified name.static DeviceMetric.DeviceMetricCategory[]DeviceMetric.DeviceMetricCategory.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.DeviceMetricCategoryMethods in org.hl7.fhir.r4.model with parameters of type DeviceMetric.DeviceMetricCategoryModifier and TypeMethodDescriptionDeviceMetric.setCategory(DeviceMetric.DeviceMetricCategory value) DeviceMetric.DeviceMetricCategoryEnumFactory.toCode(DeviceMetric.DeviceMetricCategory code) DeviceMetric.DeviceMetricCategoryEnumFactory.toSystem(DeviceMetric.DeviceMetricCategory code) Method parameters in org.hl7.fhir.r4.model with type arguments of type DeviceMetric.DeviceMetricCategoryModifier and TypeMethodDescriptionDeviceMetric.setCategoryElement(Enumeration<DeviceMetric.DeviceMetricCategory> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type DeviceMetric.DeviceMetricCategoryModifierConstructorDescriptionDeviceMetric(CodeableConcept type, Enumeration<DeviceMetric.DeviceMetricCategory> category) Constructor