Uses of Class
com.ibm.fhir.model.type.code.ObservationRangeCategory
-
Packages that use ObservationRangeCategory Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of ObservationRangeCategory in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ObservationRangeCategory Modifier and Type Method Description ObservationRangeCategoryObservationDefinition.QualifiedInterval. getCategory()The category of interval of values for continuous or ordinal observations conforming to this ObservationDefinition.Methods in com.ibm.fhir.model.resource with parameters of type ObservationRangeCategory Modifier and Type Method Description ObservationDefinition.QualifiedInterval.BuilderObservationDefinition.QualifiedInterval.Builder. category(ObservationRangeCategory category)The category of interval of values for continuous or ordinal observations conforming to this ObservationDefinition. -
Uses of ObservationRangeCategory in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as ObservationRangeCategory Modifier and Type Field Description static ObservationRangeCategoryObservationRangeCategory. ABSOLUTEabsolute rangestatic ObservationRangeCategoryObservationRangeCategory. CRITICALcritical rangestatic ObservationRangeCategoryObservationRangeCategory. REFERENCEreference rangeMethods in com.ibm.fhir.model.type.code that return ObservationRangeCategory Modifier and Type Method Description ObservationRangeCategoryObservationRangeCategory.Builder. build()static ObservationRangeCategoryObservationRangeCategory. of(ObservationRangeCategory.ValueSet value)Factory method for creating ObservationRangeCategory objects from a passed enum value.static ObservationRangeCategoryObservationRangeCategory. of(String value)Factory method for creating ObservationRangeCategory objects from a passed string value.
-