
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Observation.Component
Packages that use Observation.Component
-
Uses of Observation.Component in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Observation.ComponentModifier 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] ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Observation.ComponentMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type Observation.ComponentModifier and TypeMethodDescriptionObservation.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.ComponentModifier and TypeMethodDescriptionObservation.setComponent(List<Observation.Component> theValue) Sets the value(s) for component ()