Uses of Class
org.linuxforhealth.fhir.model.resource.Observation.ReferenceRange
-
Packages that use Observation.ReferenceRange Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Observation.ReferenceRange in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Observation.ReferenceRange Modifier and Type Method Description Observation.ReferenceRange
Observation.ReferenceRange.Builder. build()
Build theObservation.ReferenceRange
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Observation.ReferenceRange Modifier and Type Method Description java.util.List<Observation.ReferenceRange>
Observation.Component. getReferenceRange()
Guidance on how to interpret the value by comparison to a normal or recommended range.java.util.List<Observation.ReferenceRange>
Observation. getReferenceRange()
Guidance on how to interpret the value by comparison to a normal or recommended range.Methods in org.linuxforhealth.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.protected void
Observation.ReferenceRange.Builder. validate(Observation.ReferenceRange referenceRange)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Observation.ReferenceRange Modifier and Type Method Description Observation.Builder
Observation.Builder. referenceRange(java.util.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(java.util.Collection<Observation.ReferenceRange> referenceRange)
Guidance on how to interpret the value by comparison to a normal or recommended range.
-