Uses of Class
ca.uhn.fhir.model.dstu2.resource.Observation.ReferenceRange
-
Packages that use Observation.ReferenceRange Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Observation.ReferenceRange in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Observation.ReferenceRange Modifier and Type Method Description Observation.ReferenceRangeObservation. addReferenceRange()Adds and returns a new value for referenceRange ()Observation.ReferenceRangeObservation.Component. addReferenceRange()Adds and returns a new value for referenceRange ()Observation.ReferenceRangeObservation.Component. getReferenceRangeFirstRep()Gets the first repetition for referenceRange (), creating it if it does not already exist.Observation.ReferenceRangeObservation. getReferenceRangeFirstRep()Gets the first repetition for referenceRange (), creating it if it does not already exist.Observation.ReferenceRangeObservation.ReferenceRange. setAge(RangeDt theValue)Sets the value(s) for age ()Observation.ReferenceRangeObservation.ReferenceRange. setHigh(SimpleQuantityDt theValue)Sets the value(s) for high ()Observation.ReferenceRangeObservation.ReferenceRange. setLow(SimpleQuantityDt theValue)Sets the value(s) for low ()Observation.ReferenceRangeObservation.ReferenceRange. setMeaning(CodeableConceptDt theValue)Sets the value(s) for meaning ()Observation.ReferenceRangeObservation.ReferenceRange. setText(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for text ()Observation.ReferenceRangeObservation.ReferenceRange. setText(String theString)Sets the value for text ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Observation.ReferenceRange Modifier and Type Method Description List<Observation.ReferenceRange>Observation.Component. getReferenceRange()Gets the value(s) for referenceRange ().List<Observation.ReferenceRange>Observation. getReferenceRange()Gets the value(s) for referenceRange ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Observation.ReferenceRange Modifier and Type Method Description ObservationObservation. addReferenceRange(Observation.ReferenceRange theValue)Adds a given new value for referenceRange ()Observation.ComponentObservation.Component. addReferenceRange(Observation.ReferenceRange theValue)Adds a given new value for referenceRange ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Observation.ReferenceRange Modifier and Type Method Description Observation.ComponentObservation.Component. setReferenceRange(List<Observation.ReferenceRange> theValue)Sets the value(s) for referenceRange ()ObservationObservation. setReferenceRange(List<Observation.ReferenceRange> theValue)Sets the value(s) for referenceRange ()
-