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.ReferenceRangeObservation.ReferenceRange.Builder. build()Build theObservation.ReferenceRangeMethods 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.BuilderObservation.ReferenceRange.Builder. from(Observation.ReferenceRange referenceRange)Observation.BuilderObservation.Builder. referenceRange(Observation.ReferenceRange... referenceRange)Guidance on how to interpret the value by comparison to a normal or recommended range.Observation.Component.BuilderObservation.Component.Builder. referenceRange(Observation.ReferenceRange... referenceRange)Guidance on how to interpret the value by comparison to a normal or recommended range.protected voidObservation.ReferenceRange.Builder. validate(Observation.ReferenceRange referenceRange)Method parameters in com.ibm.fhir.model.resource with type arguments of type Observation.ReferenceRange Modifier and Type Method Description Observation.BuilderObservation.Builder. referenceRange(Collection<Observation.ReferenceRange> referenceRange)Guidance on how to interpret the value by comparison to a normal or recommended range.Observation.Component.BuilderObservation.Component.Builder. referenceRange(Collection<Observation.ReferenceRange> referenceRange)Guidance on how to interpret the value by comparison to a normal or recommended range.
-