Uses of Class
com.ibm.fhir.model.type.Range
-
Packages that use Range Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type com.ibm.fhir.model.visitor -
-
Uses of Range in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Range Modifier and Type Method Description RangeObservation.ReferenceRange. getAge()The age at which this reference range is applicable.RangeObservationDefinition.QualifiedInterval. getAge()The age at which this reference range is applicable.RangeObservationDefinition.QualifiedInterval. getGestationalAge()The gestational age to which this reference range is applicable, in the context of pregnancy.RangeObservationDefinition.QualifiedInterval. getRange()The low and high values determining the interval.RangeSpecimenDefinition.TypeTested.Handling. getTemperatureRange()The temperature interval for this set of handling instructions.Methods in com.ibm.fhir.model.resource with parameters of type Range Modifier and Type Method Description Observation.ReferenceRange.BuilderObservation.ReferenceRange.Builder. age(Range age)The age at which this reference range is applicable.ObservationDefinition.QualifiedInterval.BuilderObservationDefinition.QualifiedInterval.Builder. age(Range age)The age at which this reference range is applicable.ObservationDefinition.QualifiedInterval.BuilderObservationDefinition.QualifiedInterval.Builder. gestationalAge(Range gestationalAge)The gestational age to which this reference range is applicable, in the context of pregnancy.ObservationDefinition.QualifiedInterval.BuilderObservationDefinition.QualifiedInterval.Builder. range(Range range)The low and high values determining the interval.SpecimenDefinition.TypeTested.Handling.BuilderSpecimenDefinition.TypeTested.Handling.Builder. temperatureRange(Range temperatureRange)The temperature interval for this set of handling instructions. -
Uses of Range in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return Range Modifier and Type Method Description RangeRange.Builder. build()Build theRangeMethods in com.ibm.fhir.model.type with parameters of type Range Modifier and Type Method Description protected Range.BuilderRange.Builder. from(Range range) -
Uses of Range in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type Range Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, Range range)Delegates to#visit(elementName, elementIndex, Element)booleanVisitor. visit(String elementName, int elementIndex, Range range)
-