Uses of Class
org.hl7.fhir.r5.model.Location
-
Packages that use Location Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of Location in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Location Modifier and Type Method Description protected LocationJsonParser. parseLocation(com.google.gson.JsonObject json)protected LocationXmlParser. parseLocation(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type Location Modifier and Type Method Description protected voidJsonParser. composeLocation(String name, Location element)protected voidRdfParser. composeLocation(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Location element, int index)protected voidXmlParser. composeLocation(String name, Location element)protected voidXmlParser. composeLocationElements(Location element)protected voidJsonParser. composeLocationProperties(Location element)protected booleanXmlParser. parseLocationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Location res)protected voidJsonParser. parseLocationProperties(com.google.gson.JsonObject json, Location res) -
Uses of Location in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type Location Modifier and Type Method Description voidLocation. copyValues(Location dst)
-