
Uses of Class
org.hl7.fhir.dstu3.model.Observation
Package | Description |
---|---|
org.hl7.fhir.dstu3.formats | |
org.hl7.fhir.dstu3.model |
-
Uses of Observation in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Observation Modifier and Type Method Description protected Observation
JsonParser. parseObservation(com.google.gson.JsonObject json)
protected Observation
XmlParser. parseObservation(org.xmlpull.v1.XmlPullParser xpp)
-
Uses of Observation in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as Observation Modifier and Type Field Description protected Observation
Immunization.ImmunizationReactionComponent. detailTarget
The actual object that is the target of the reference (Details of the reaction.)protected Observation
Sequence.SequenceVariantComponent. variantPointerTarget
The 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 Observation Modifier and Type Field Description protected List<Observation>
Goal. outcomeReferenceTarget
The actual objects that are the target of the reference (Details of what's changed (or not changed).)protected 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.dstu3.model that return types with arguments of type Observation Modifier and Type Method Description List<Observation>
Goal. getOutcomeReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadList<Observation>
DiagnosticReport. getResultTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.dstu3.model with parameters of type Observation Modifier and Type Method Description Immunization.ImmunizationReactionComponent
Immunization.ImmunizationReactionComponent. setDetailTarget(Observation value)
Sequence.SequenceVariantComponent
Sequence.SequenceVariantComponent. setVariantPointerTarget(Observation value)