Uses of Class
org.hl7.fhir.r4.model.ObservationDefinition.ObservationRangeCategory
-
Packages that use ObservationDefinition.ObservationRangeCategory Package Description org.hl7.fhir.r4.model -
-
Uses of ObservationDefinition.ObservationRangeCategory in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ObservationDefinition.ObservationRangeCategory Modifier and Type Field Description protected Enumeration<ObservationDefinition.ObservationRangeCategory>ObservationDefinition.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.ObservationRangeCategory Modifier and Type Method Description static ObservationDefinition.ObservationRangeCategoryObservationDefinition.ObservationRangeCategory. fromCode(String codeString)ObservationDefinition.ObservationRangeCategoryObservationDefinition.ObservationRangeCategoryEnumFactory. fromCode(String codeString)ObservationDefinition.ObservationRangeCategoryObservationDefinition.ObservationDefinitionQualifiedIntervalComponent. getCategory()static ObservationDefinition.ObservationRangeCategoryObservationDefinition.ObservationRangeCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static ObservationDefinition.ObservationRangeCategory[]ObservationDefinition.ObservationRangeCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type ObservationDefinition.ObservationRangeCategory Modifier and Type Method Description Enumeration<ObservationDefinition.ObservationRangeCategory>ObservationDefinition.ObservationRangeCategoryEnumFactory. fromType(Base code)Enumeration<ObservationDefinition.ObservationRangeCategory>ObservationDefinition.ObservationDefinitionQualifiedIntervalComponent. getCategoryElement()Methods in org.hl7.fhir.r4.model with parameters of type ObservationDefinition.ObservationRangeCategory Modifier and Type Method Description ObservationDefinition.ObservationDefinitionQualifiedIntervalComponentObservationDefinition.ObservationDefinitionQualifiedIntervalComponent. setCategory(ObservationDefinition.ObservationRangeCategory value)StringObservationDefinition.ObservationRangeCategoryEnumFactory. toCode(ObservationDefinition.ObservationRangeCategory code)StringObservationDefinition.ObservationRangeCategoryEnumFactory. toSystem(ObservationDefinition.ObservationRangeCategory code)Method parameters in org.hl7.fhir.r4.model with type arguments of type ObservationDefinition.ObservationRangeCategory Modifier and Type Method Description ObservationDefinition.ObservationDefinitionQualifiedIntervalComponentObservationDefinition.ObservationDefinitionQualifiedIntervalComponent. setCategoryElement(Enumeration<ObservationDefinition.ObservationRangeCategory> value)
-