Uses of Enum
org.hl7.fhir.r5.model.ObservationDefinition.ObservationRangeCategory
-
Uses of ObservationDefinition.ObservationRangeCategory in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionObservationDefinition.ObservationDefinitionQualifiedValueComponent.rangeCategory
The category of range of values for continuous or ordinal observations that match the criteria of this set of qualified values.Modifier and TypeMethodDescriptionObservationDefinition.ObservationDefinitionQualifiedValueComponent.getRangeCategory()
Returns the enum constant of this type with the specified name.ObservationDefinition.ObservationRangeCategory.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionObservationDefinition.ObservationRangeCategoryEnumFactory.fromType
(PrimitiveType<?> code) ObservationDefinition.ObservationDefinitionQualifiedValueComponent.getRangeCategoryElement()
Modifier and TypeMethodDescriptionObservationDefinition.ObservationDefinitionQualifiedValueComponent.setRangeCategory
(ObservationDefinition.ObservationRangeCategory value) ObservationDefinition.ObservationRangeCategoryEnumFactory.toCode
(ObservationDefinition.ObservationRangeCategory code) ObservationDefinition.ObservationRangeCategoryEnumFactory.toSystem
(ObservationDefinition.ObservationRangeCategory code) Modifier and TypeMethodDescriptionObservationDefinition.ObservationDefinitionQualifiedValueComponent.setRangeCategoryElement
(Enumeration<ObservationDefinition.ObservationRangeCategory> value)