Uses of Enum
org.hl7.fhir.r4.model.ObservationDefinition.ObservationRangeCategory
-
Uses of ObservationDefinition.ObservationRangeCategory in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionObservationDefinition.ObservationDefinitionQualifiedIntervalComponent.category
The category of interval of values for continuous or ordinal observations conforming to this ObservationDefinition.Modifier and TypeMethodDescriptionObservationDefinition.ObservationDefinitionQualifiedIntervalComponent.getCategory()
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.ObservationDefinitionQualifiedIntervalComponent.getCategoryElement()
Modifier and TypeMethodDescriptionObservationDefinition.ObservationDefinitionQualifiedIntervalComponent.setCategory
(ObservationDefinition.ObservationRangeCategory value) ObservationDefinition.ObservationRangeCategoryEnumFactory.toCode
(ObservationDefinition.ObservationRangeCategory code) ObservationDefinition.ObservationRangeCategoryEnumFactory.toSystem
(ObservationDefinition.ObservationRangeCategory code) Modifier and TypeMethodDescriptionObservationDefinition.ObservationDefinitionQualifiedIntervalComponent.setCategoryElement
(Enumeration<ObservationDefinition.ObservationRangeCategory> value)