Uses of Class
org.hl7.fhir.r4b.model.DeviceRequest
-
Packages that use DeviceRequest Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of DeviceRequest in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return DeviceRequest Modifier and Type Method Description protected DeviceRequestJsonParser. parseDeviceRequest(com.google.gson.JsonObject json)protected DeviceRequestXmlParser. parseDeviceRequest(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4b.formats with parameters of type DeviceRequest Modifier and Type Method Description protected voidJsonParser. composeDeviceRequest(String name, DeviceRequest element)protected voidRdfParser. composeDeviceRequest(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DeviceRequest element, int index)protected voidXmlParser. composeDeviceRequest(String name, DeviceRequest element)protected voidXmlParser. composeDeviceRequestElements(DeviceRequest element)protected voidJsonParser. composeDeviceRequestProperties(DeviceRequest element)protected booleanXmlParser. parseDeviceRequestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceRequest res)protected voidJsonParser. parseDeviceRequestProperties(com.google.gson.JsonObject json, DeviceRequest res) -
Uses of DeviceRequest in org.hl7.fhir.r4b.model
Methods in org.hl7.fhir.r4b.model with parameters of type DeviceRequest Modifier and Type Method Description voidDeviceRequest. copyValues(DeviceRequest dst)
-