Uses of Class
ca.uhn.fhir.model.dstu2.resource.Observation.ReferenceRange
-
Uses of Observation.ReferenceRange in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionObservation.Component.getReferenceRange()
Gets the value(s) for referenceRange ().Observation.getReferenceRange()
Gets the value(s) for referenceRange ().Modifier 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 ()Modifier 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 ()