Uses of Class
org.hl7.fhir.r4b.model.DeviceUseStatement
-
Packages that use DeviceUseStatement Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of DeviceUseStatement in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return DeviceUseStatement Modifier and Type Method Description protected DeviceUseStatementJsonParser. parseDeviceUseStatement(com.google.gson.JsonObject json)protected DeviceUseStatementXmlParser. parseDeviceUseStatement(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4b.formats with parameters of type DeviceUseStatement Modifier and Type Method Description protected voidJsonParser. composeDeviceUseStatement(String name, DeviceUseStatement element)protected voidRdfParser. composeDeviceUseStatement(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DeviceUseStatement element, int index)protected voidXmlParser. composeDeviceUseStatement(String name, DeviceUseStatement element)protected voidXmlParser. composeDeviceUseStatementElements(DeviceUseStatement element)protected voidJsonParser. composeDeviceUseStatementProperties(DeviceUseStatement element)protected booleanXmlParser. parseDeviceUseStatementContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceUseStatement res)protected voidJsonParser. parseDeviceUseStatementProperties(com.google.gson.JsonObject json, DeviceUseStatement res) -
Uses of DeviceUseStatement in org.hl7.fhir.r4b.model
Methods in org.hl7.fhir.r4b.model with parameters of type DeviceUseStatement Modifier and Type Method Description voidDeviceUseStatement. copyValues(DeviceUseStatement dst)
-