Uses of Class
org.hl7.fhir.r5.model.Device
-
Packages that use Device Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of Device in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Device Modifier and Type Method Description protected DeviceJsonParser. parseDevice(com.google.gson.JsonObject json)protected DeviceXmlParser. parseDevice(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type Device Modifier and Type Method Description protected voidJsonParser. composeDevice(String name, Device element)protected voidRdfParser. composeDevice(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Device element, int index)protected voidXmlParser. composeDevice(String name, Device element)protected voidXmlParser. composeDeviceElements(Device element)protected voidJsonParser. composeDeviceProperties(Device element)protected booleanXmlParser. parseDeviceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Device res)protected voidJsonParser. parseDeviceProperties(com.google.gson.JsonObject json, Device res) -
Uses of Device in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type Device Modifier and Type Method Description voidDevice. copyValues(Device dst)
-