Uses of Class
com.ibm.fhir.model.resource.Observation.ReferenceRange
-
Packages that use Observation.ReferenceRange Package Description com.ibm.fhir.model.resource -
-
Uses of Observation.ReferenceRange in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Observation.ReferenceRange Modifier and Type Method Description Observation.ReferenceRange
Observation.ReferenceRange.Builder. build()
Build theObservation.ReferenceRange
Methods in com.ibm.fhir.model.resource that return types with arguments of type Observation.ReferenceRange Modifier and Type Method Description List<Observation.ReferenceRange>
Observation.Component. getReferenceRange()
Guidance on how to interpret the value by comparison to a normal or recommended range.List<Observation.ReferenceRange>
Observation. getReferenceRange()
Guidance on how to interpret the value by comparison to a normal or recommended range.Methods in com.ibm.fhir.model.resource with parameters of type Observation.ReferenceRange Modifier and Type Method Description protected Observation.ReferenceRange.Builder
Observation.ReferenceRange.Builder. from(Observation.ReferenceRange referenceRange)
Observation.Builder
Observation.Builder. referenceRange(Observation.ReferenceRange... referenceRange)
Guidance on how to interpret the value by comparison to a normal or recommended range.Observation.Component.Builder
Observation.Component.Builder. referenceRange(Observation.ReferenceRange... referenceRange)
Guidance on how to interpret the value by comparison to a normal or recommended range.Method parameters in com.ibm.fhir.model.resource with type arguments of type Observation.ReferenceRange Modifier and Type Method Description Observation.Builder
Observation.Builder. referenceRange(Collection<Observation.ReferenceRange> referenceRange)
Guidance on how to interpret the value by comparison to a normal or recommended range.Observation.Component.Builder
Observation.Component.Builder. referenceRange(Collection<Observation.ReferenceRange> referenceRange)
Guidance on how to interpret the value by comparison to a normal or recommended range.
-