
Uses of Enum
org.hl7.fhir.r5.model.ObservationDefinition.ObservationRangeCategory
Packages that use ObservationDefinition.ObservationRangeCategory
-
Uses of ObservationDefinition.ObservationRangeCategory in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ObservationDefinition.ObservationRangeCategoryModifier 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.Methods in org.hl7.fhir.r5.model that return ObservationDefinition.ObservationRangeCategoryModifier 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.Methods in org.hl7.fhir.r5.model that return types with arguments of type ObservationDefinition.ObservationRangeCategoryModifier and TypeMethodDescriptionObservationDefinition.ObservationRangeCategoryEnumFactory.fromType
(PrimitiveType<?> code) ObservationDefinition.ObservationDefinitionQualifiedValueComponent.getRangeCategoryElement()
Methods in org.hl7.fhir.r5.model with parameters of type ObservationDefinition.ObservationRangeCategoryModifier and TypeMethodDescriptionObservationDefinition.ObservationDefinitionQualifiedValueComponent.setRangeCategory
(ObservationDefinition.ObservationRangeCategory value) ObservationDefinition.ObservationRangeCategoryEnumFactory.toCode
(ObservationDefinition.ObservationRangeCategory code) ObservationDefinition.ObservationRangeCategoryEnumFactory.toSystem
(ObservationDefinition.ObservationRangeCategory code) Method parameters in org.hl7.fhir.r5.model with type arguments of type ObservationDefinition.ObservationRangeCategoryModifier and TypeMethodDescriptionObservationDefinition.ObservationDefinitionQualifiedValueComponent.setRangeCategoryElement
(Enumeration<ObservationDefinition.ObservationRangeCategory> value)