Uses of Class
ca.uhn.fhir.model.dstu2.resource.Observation
Packages that use Observation
-
Uses of Observation in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ObservationModifier and TypeMethodDescriptionObservation.addComponent(Observation.Component theValue)Adds a given new value for component ()Observation.addIdentifier(IdentifierDt theValue)Adds a given new value for identifier (id)Observation.addReferenceRange(Observation.ReferenceRange theValue)Adds a given new value for referenceRange ()Observation.addRelated(Observation.Related theValue)Adds a given new value for related ()Observation.setBodySite(CodeableConceptDt theValue)Sets the value(s) for bodySite ()Observation.setCategory(CodeableConceptDt theValue)Sets the value(s) for category (class)Observation.setCode(CodeableConceptDt theValue)Sets the value(s) for code (what)Observation.setComments(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for comments ()Observation.setComments(String theString)Sets the value for comments ()Observation.setComponent(List<Observation.Component> theValue)Sets the value(s) for component ()Observation.setDataAbsentReason(CodeableConceptDt theValue)Sets the value(s) for dataAbsentReason ()Observation.setDevice(ResourceReferenceDt theValue)Sets the value(s) for device ()Observation.setEffective(ca.uhn.fhir.model.api.IDatatype theValue)Sets the value(s) for effective[x] (when.done)Observation.setEncounter(ResourceReferenceDt theValue)Sets the value(s) for encounter (context)Observation.setIdentifier(List<IdentifierDt> theValue)Sets the value(s) for identifier (id)Observation.setInterpretation(CodeableConceptDt theValue)Sets the value(s) for interpretation ()Observation.setIssued(ca.uhn.fhir.model.primitive.InstantDt theValue)Sets the value(s) for issued (when.recorded)Sets the value for issued (when.recorded)Observation.setIssuedWithMillisPrecision(Date theDate)Sets the value for issued (when.recorded)Observation.setMethod(CodeableConceptDt theValue)Sets the value(s) for method ()Observation.setPerformer(List<ResourceReferenceDt> theValue)Sets the value(s) for performer (who.actor)Observation.setReferenceRange(List<Observation.ReferenceRange> theValue)Sets the value(s) for referenceRange ()Observation.setRelated(List<Observation.Related> theValue)Sets the value(s) for related ()Observation.setSpecimen(ResourceReferenceDt theValue)Sets the value(s) for specimen ()Observation.setStatus(ObservationStatusEnum theValue)Sets the value(s) for status (status)Observation.setStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<ObservationStatusEnum> theValue)Sets the value(s) for status (status)Observation.setSubject(ResourceReferenceDt theValue)Sets the value(s) for subject (who.focus)Observation.setValue(ca.uhn.fhir.model.api.IDatatype theValue)Sets the value(s) for value[x] ()