Uses of Class
ca.uhn.fhir.model.dstu2.resource.Observation.Component
-
Packages that use Observation.Component Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Observation.Component in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Observation.Component Modifier and Type Method Description Observation.ComponentObservation. addComponent()Adds and returns a new value for component ()Observation.ComponentObservation.Component. addReferenceRange(Observation.ReferenceRange theValue)Adds a given new value for referenceRange ()Observation.ComponentObservation. getComponentFirstRep()Gets the first repetition for component (), creating it if it does not already exist.Observation.ComponentObservation.Component. setCode(CodeableConceptDt theValue)Sets the value(s) for code (what)Observation.ComponentObservation.Component. setDataAbsentReason(CodeableConceptDt theValue)Sets the value(s) for dataAbsentReason ()Observation.ComponentObservation.Component. setReferenceRange(List<Observation.ReferenceRange> theValue)Sets the value(s) for referenceRange ()Observation.ComponentObservation.Component. setValue(ca.uhn.fhir.model.api.IDatatype theValue)Sets the value(s) for value[x] ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Observation.Component Modifier and Type Method Description List<Observation.Component>Observation. getComponent()Gets the value(s) for component ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Observation.Component Modifier and Type Method Description ObservationObservation. addComponent(Observation.Component theValue)Adds a given new value for component ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Observation.Component Modifier and Type Method Description ObservationObservation. setComponent(List<Observation.Component> theValue)Sets the value(s) for component ()
-