
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 ObservationJsonParser.parseObservation(com.google.gson.JsonObject json) protected ObservationXmlParser.parseObservation(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type ObservationModifier and TypeMethodDescriptionprotected voidJsonParser.composeObservation(String name, Observation element) protected voidXmlParser.composeObservation(String name, Observation element) protected voidJsonParser.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.ObservationRelatedComponentJsonParser.parseObservationObservationRelatedComponent(com.google.gson.JsonObject json, Observation owner) protected Observation.ObservationRelatedComponentXmlParser.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 ObservationImmunization.ImmunizationReactionComponent.detailTargetThe 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.resultTargetThe 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 ObservationObservation.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)