
Uses of Class
org.hl7.fhir.dstu2.model.Observation
Packages that use Observation
-
Uses of Observation in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ObservationModifier and TypeMethodDescriptionprotected Observation
JsonParser.parseObservation
(com.google.gson.JsonObject json) protected Observation
XmlParser.parseObservation
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type ObservationModifier and TypeMethodDescriptionprotected void
JsonParser.composeObservation
(String name, Observation element) protected void
XmlParser.composeObservation
(String name, Observation element) protected void
JsonParser.composeObservationInner
(Observation element) JsonParser.parseObservationObservationComponentComponent
(com.google.gson.JsonObject json, Observation owner) XmlParser.parseObservationObservationComponentComponent
(org.xmlpull.v1.XmlPullParser xpp, Observation owner) JsonParser.parseObservationObservationReferenceRangeComponent
(com.google.gson.JsonObject json, Observation owner) XmlParser.parseObservationObservationReferenceRangeComponent
(org.xmlpull.v1.XmlPullParser xpp, Observation owner) protected Observation.ObservationRelatedComponent
JsonParser.parseObservationObservationRelatedComponent
(com.google.gson.JsonObject json, Observation owner) protected Observation.ObservationRelatedComponent
XmlParser.parseObservationObservationRelatedComponent
(org.xmlpull.v1.XmlPullParser xpp, Observation owner) -
Uses of Observation in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as ObservationModifier and TypeFieldDescriptionprotected Observation
Immunization.ImmunizationReactionComponent.detailTarget
The actual object that is the target of the reference (Details of the reaction.)Fields in org.hl7.fhir.dstu2.model with type parameters of type ObservationModifier and TypeFieldDescriptionprotected List
<Observation> DiagnosticReport.resultTarget
The actual objects that are the target of the reference (Observations that are part of this diagnostic report.Methods in org.hl7.fhir.dstu2.model that return ObservationModifier and TypeMethodDescriptionObservation.addComponent
(Observation.ObservationComponentComponent t) Observation.addIdentifier
(Identifier t) Observation.addPerformer
(Reference t) Observation.addReferenceRange
(Observation.ObservationReferenceRangeComponent t) Observation.addRelated
(Observation.ObservationRelatedComponent t) DiagnosticReport.addResultTarget()
Observation.copy()
Immunization.ImmunizationReactionComponent.getDetailTarget()
Observation.setBodySite
(CodeableConcept value) Observation.setCategory
(CodeableConcept value) Observation.setCode
(CodeableConcept value) Observation.setComments
(String value) Observation.setCommentsElement
(StringType value) Observation.setDataAbsentReason
(CodeableConcept value) Observation.setDeviceTarget
(Resource value) Observation.setEffective
(Type value) Observation.setEncounter
(Reference value) Observation.setEncounterTarget
(Encounter value) Observation.setInterpretation
(CodeableConcept value) Observation.setIssuedElement
(InstantType value) Observation.setMethod
(CodeableConcept value) Observation.setSpecimen
(Reference value) Observation.setSpecimenTarget
(Specimen value) Observation.setStatus
(Observation.ObservationStatus value) Observation.setStatusElement
(Enumeration<Observation.ObservationStatus> value) Observation.setSubject
(Reference value) Observation.setSubjectTarget
(Resource value) protected Observation
Observation.typedCopy()
Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ObservationMethods in org.hl7.fhir.dstu2.model with parameters of type ObservationModifier and TypeMethodDescriptionImmunization.ImmunizationReactionComponent.setDetailTarget
(Observation value)