Uses of Class
ca.uhn.fhir.model.dstu2.resource.Observation.Component
-
Uses of Observation.Component in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionObservation.addComponent()
Adds and returns a new value for component ()Observation.Component.addReferenceRange
(Observation.ReferenceRange theValue) Adds a given new value for referenceRange ()Observation.getComponentFirstRep()
Gets the first repetition for component (), creating it if it does not already exist.Observation.Component.setCode
(CodeableConceptDt theValue) Sets the value(s) for code (what)Observation.Component.setDataAbsentReason
(CodeableConceptDt theValue) Sets the value(s) for dataAbsentReason ()Observation.Component.setReferenceRange
(List<Observation.ReferenceRange> theValue) Sets the value(s) for referenceRange ()Observation.Component.setValue
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for value[x] ()Modifier and TypeMethodDescriptionObservation.addComponent
(Observation.Component theValue) Adds a given new value for component ()Modifier and TypeMethodDescriptionObservation.setComponent
(List<Observation.Component> theValue) Sets the value(s) for component ()