Uses of Class
org.hl7.fhir.dstu2.model.Observation
-
Packages that use Observation Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Observation in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Observation Modifier and Type Method Description protected ObservationJsonParser. parseObservation(com.google.gson.JsonObject json)protected ObservationXmlParser. parseObservation(org.xmlpull.v1.XmlPullParser xpp) -
Uses of Observation in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as Observation Modifier and Type Field Description protected 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 Observation Modifier and Type Field Description 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.dstu2.model that return types with arguments of type Observation Modifier and Type Method Description List<Observation>DiagnosticReport. getResultTarget()Methods in org.hl7.fhir.dstu2.model with parameters of type Observation Modifier and Type Method Description Immunization.ImmunizationReactionComponentImmunization.ImmunizationReactionComponent. setDetailTarget(Observation value)
-