
Uses of Enum Class
org.hl7.fhir.dstu3.model.DeviceMetric.DeviceMetricCategory
Packages that use DeviceMetric.DeviceMetricCategory
- 
Uses of DeviceMetric.DeviceMetricCategory in org.hl7.fhir.dstu3.modelFields in org.hl7.fhir.dstu3.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.dstu3.model that return DeviceMetric.DeviceMetricCategoryModifier and TypeMethodDescriptionDeviceMetric.getCategory()Returns the enum constant of this class with the specified name.static DeviceMetric.DeviceMetricCategory[]DeviceMetric.DeviceMetricCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type DeviceMetric.DeviceMetricCategoryModifier and TypeMethodDescriptionDeviceMetric.DeviceMetricCategoryEnumFactory.fromType(PrimitiveType<?> code) DeviceMetric.getCategoryElement()Methods in org.hl7.fhir.dstu3.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.dstu3.model with type arguments of type DeviceMetric.DeviceMetricCategoryModifier and TypeMethodDescriptionDeviceMetric.setCategoryElement(Enumeration<DeviceMetric.DeviceMetricCategory> value) Constructor parameters in org.hl7.fhir.dstu3.model with type arguments of type DeviceMetric.DeviceMetricCategoryModifierConstructorDescriptionDeviceMetric(Identifier identifier, CodeableConcept type, Enumeration<DeviceMetric.DeviceMetricCategory> category) Constructor