Uses of Class
org.hl7.fhir.dstu3.model.Observation
Packages that use Observation
-
Uses of Observation in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.formats with parameters of type ObservationModifier and TypeMethodDescriptionprotected voidJsonParser.composeObservation(String name, Observation element)protected voidRdfParser.composeObservation(Turtle.Complex parent, String parentType, String name, Observation element, int index)protected voidXmlParser.composeObservation(String name, Observation element)protected voidXmlParser.composeObservationElements(Observation element)protected voidJsonParser.composeObservationInner(Observation element)protected booleanXmlParser.parseObservationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Observation res)JsonParser.parseObservationObservationComponentComponent(com.google.gson.JsonObject json, Observation owner)XmlParser.parseObservationObservationComponentComponent(org.xmlpull.v1.XmlPullParser xpp, Observation owner)protected booleanXmlParser.parseObservationObservationComponentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Observation owner, Observation.ObservationComponentComponent res)protected voidJsonParser.parseObservationObservationComponentComponentProperties(com.google.gson.JsonObject json, Observation owner, Observation.ObservationComponentComponent res)JsonParser.parseObservationObservationReferenceRangeComponent(com.google.gson.JsonObject json, Observation owner)XmlParser.parseObservationObservationReferenceRangeComponent(org.xmlpull.v1.XmlPullParser xpp, Observation owner)protected booleanXmlParser.parseObservationObservationReferenceRangeComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Observation owner, Observation.ObservationReferenceRangeComponent res)protected voidJsonParser.parseObservationObservationReferenceRangeComponentProperties(com.google.gson.JsonObject json, Observation owner, Observation.ObservationReferenceRangeComponent res)protected Observation.ObservationRelatedComponentJsonParser.parseObservationObservationRelatedComponent(com.google.gson.JsonObject json, Observation owner)protected Observation.ObservationRelatedComponentXmlParser.parseObservationObservationRelatedComponent(org.xmlpull.v1.XmlPullParser xpp, Observation owner)protected booleanXmlParser.parseObservationObservationRelatedComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Observation owner, Observation.ObservationRelatedComponent res)protected voidJsonParser.parseObservationObservationRelatedComponentProperties(com.google.gson.JsonObject json, Observation owner, Observation.ObservationRelatedComponent res)protected voidJsonParser.parseObservationProperties(com.google.gson.JsonObject json, Observation res) -
Uses of Observation in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as ObservationModifier and TypeFieldDescriptionprotected ObservationImmunization.ImmunizationReactionComponent.detailTargetThe actual object that is the target of the reference (Details of the reaction.)protected ObservationSequence.SequenceVariantComponent.variantPointerTargetThe actual object that is the target of the reference (A pointer to an Observation containing variant information.)Fields in org.hl7.fhir.dstu3.model with type parameters of type ObservationModifier and TypeFieldDescriptionprotected List<Observation>The actual objects that are the target of the reference (Details of what's changed (or not changed).)protected 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.dstu3.model that return ObservationModifier and TypeMethodDescriptionObservation.addBasedOn(Reference t)Observation.addCategory(CodeableConcept t)Observation.addComponent(Observation.ObservationComponentComponent t)Observation.addIdentifier(Identifier t)Goal.addOutcomeReferenceTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadObservation.addPerformer(Reference t)Observation.addReferenceRange(Observation.ObservationReferenceRangeComponent t)Observation.addRelated(Observation.ObservationRelatedComponent t)DiagnosticReport.addResultTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadObservation.copy()Immunization.ImmunizationReactionComponent.getDetailTarget()Sequence.SequenceVariantComponent.getVariantPointerTarget()Observation.setBasedOn(List<Reference> theBasedOn)Observation.setBodySite(CodeableConcept value)Observation.setCategory(List<CodeableConcept> theCategory)Observation.setCode(CodeableConcept value)Observation.setComment(String value)Observation.setCommentElement(StringType value)Observation.setComponent(List<Observation.ObservationComponentComponent> theComponent)Observation.setContext(Reference value)Observation.setContextTarget(Resource value)Observation.setDataAbsentReason(CodeableConcept value)Observation.setDeviceTarget(Resource value)Observation.setEffective(Type value)Observation.setIdentifier(List<Identifier> theIdentifier)Observation.setInterpretation(CodeableConcept value)Observation.setIssuedElement(InstantType value)Observation.setMethod(CodeableConcept value)Observation.setPerformer(List<Reference> thePerformer)Observation.setReferenceRange(List<Observation.ObservationReferenceRangeComponent> theReferenceRange)Observation.setRelated(List<Observation.ObservationRelatedComponent> theRelated)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.dstu3.model that return types with arguments of type ObservationModifier and TypeMethodDescriptionGoal.getOutcomeReferenceTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadDiagnosticReport.getResultTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.dstu3.model with parameters of type ObservationModifier and TypeMethodDescriptionImmunization.ImmunizationReactionComponent.setDetailTarget(Observation value)Sequence.SequenceVariantComponent.setVariantPointerTarget(Observation value)