Uses of Class
org.hl7.fhir.r5.model.Observation
-
Packages that use Observation Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model org.hl7.fhir.r5.utils -
-
Uses of Observation in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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)Methods in org.hl7.fhir.r5.formats with parameters of type Observation Modifier and Type Method Description protected voidJsonParser. composeObservation(String name, Observation element)protected voidRdfParser. composeObservation(org.hl7.fhir.utilities.turtle.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. composeObservationProperties(Observation element)protected booleanXmlParser. parseObservationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Observation res)protected voidJsonParser. parseObservationProperties(com.google.gson.JsonObject json, Observation res) -
Uses of Observation in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type Observation Modifier and Type Method Description voidObservation. copyValues(Observation dst) -
Uses of Observation in org.hl7.fhir.r5.utils
Methods in org.hl7.fhir.r5.utils that return Observation Modifier and Type Method Description static ObservationObservationUtilities. fromDefinition(ObservationDefinition def)
-