Uses of Class
org.hl7.fhir.r4.model.Distance
-
Packages that use Distance Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Distance in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Distance Modifier and Type Method Description protected DistanceJsonParser. parseDistance(com.google.gson.JsonObject json)protected DistanceXmlParser. parseDistance(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type Distance Modifier and Type Method Description protected voidJsonParser. composeDistance(String name, Distance element)protected voidRdfParser. composeDistance(Turtle.Complex parent, String parentType, String name, Distance element, int index)protected voidXmlParser. composeDistance(String name, Distance element)protected voidXmlParser. composeDistanceElements(Distance element)protected voidJsonParser. composeDistanceInner(Distance element)protected booleanXmlParser. parseDistanceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Distance res)protected voidJsonParser. parseDistanceProperties(com.google.gson.JsonObject json, Distance res) -
Uses of Distance in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model that return Distance Modifier and Type Method Description DistanceDistance. copy()protected DistanceDistance. typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type Distance Modifier and Type Method Description voidDistance. copyValues(Distance dst)
-