
Uses of Enum Class
org.hl7.fhir.r4.model.ObservationDefinition.ObservationRangeCategory
Packages that use ObservationDefinition.ObservationRangeCategory
-
Uses of ObservationDefinition.ObservationRangeCategory in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ObservationDefinition.ObservationRangeCategoryModifier and TypeFieldDescriptionObservationDefinition.ObservationDefinitionQualifiedIntervalComponent.categoryThe category of interval of values for continuous or ordinal observations conforming to this ObservationDefinition.Methods in org.hl7.fhir.r4.model that return ObservationDefinition.ObservationRangeCategoryModifier and TypeMethodDescriptionObservationDefinition.ObservationDefinitionQualifiedIntervalComponent.getCategory()Returns the enum constant of this class with the specified name.ObservationDefinition.ObservationRangeCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type ObservationDefinition.ObservationRangeCategoryModifier and TypeMethodDescriptionObservationDefinition.ObservationRangeCategoryEnumFactory.fromType(PrimitiveType<?> code) ObservationDefinition.ObservationDefinitionQualifiedIntervalComponent.getCategoryElement()Methods in org.hl7.fhir.r4.model with parameters of type ObservationDefinition.ObservationRangeCategoryModifier and TypeMethodDescriptionObservationDefinition.ObservationDefinitionQualifiedIntervalComponent.setCategory(ObservationDefinition.ObservationRangeCategory value) ObservationDefinition.ObservationRangeCategoryEnumFactory.toCode(ObservationDefinition.ObservationRangeCategory code) ObservationDefinition.ObservationRangeCategoryEnumFactory.toSystem(ObservationDefinition.ObservationRangeCategory code) Method parameters in org.hl7.fhir.r4.model with type arguments of type ObservationDefinition.ObservationRangeCategoryModifier and TypeMethodDescriptionObservationDefinition.ObservationDefinitionQualifiedIntervalComponent.setCategoryElement(Enumeration<ObservationDefinition.ObservationRangeCategory> value)