
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Observation.ReferenceRange
Packages that use Observation.ReferenceRange
-
Uses of Observation.ReferenceRange in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Observation.ReferenceRangeModifier and TypeMethodDescriptionObservation.addReferenceRange()
Adds and returns a new value for referenceRange ()Observation.Component.addReferenceRange()
Adds and returns a new value for referenceRange ()Observation.Component.getReferenceRangeFirstRep()
Gets the first repetition for referenceRange (), creating it if it does not already exist.Observation.getReferenceRangeFirstRep()
Gets the first repetition for referenceRange (), creating it if it does not already exist.Sets the value(s) for age ()Observation.ReferenceRange.setHigh
(SimpleQuantityDt theValue) Sets the value(s) for high ()Observation.ReferenceRange.setLow
(SimpleQuantityDt theValue) Sets the value(s) for low ()Observation.ReferenceRange.setMeaning
(CodeableConceptDt theValue) Sets the value(s) for meaning ()Observation.ReferenceRange.setText
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for text ()Sets the value for text ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Observation.ReferenceRangeModifier and TypeMethodDescriptionObservation.Component.getReferenceRange()
Gets the value(s) for referenceRange ().Observation.getReferenceRange()
Gets the value(s) for referenceRange ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Observation.ReferenceRangeModifier and TypeMethodDescriptionObservation.addReferenceRange
(Observation.ReferenceRange theValue) Adds a given new value for referenceRange ()Observation.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.ReferenceRangeModifier and TypeMethodDescriptionObservation.Component.setReferenceRange
(List<Observation.ReferenceRange> theValue) Sets the value(s) for referenceRange ()Observation.setReferenceRange
(List<Observation.ReferenceRange> theValue) Sets the value(s) for referenceRange ()