Uses of Class
org.hl7.fhir.r4.model.Device.DeviceVersionComponent
-
Uses of Device.DeviceVersionComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected Device.DeviceVersionComponent
JsonParser.parseDeviceDeviceVersionComponent
(com.google.gson.JsonObject json, Device owner) protected Device.DeviceVersionComponent
XmlParser.parseDeviceDeviceVersionComponent
(org.xmlpull.v1.XmlPullParser xpp, Device owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeDeviceDeviceVersionComponent
(String name, Device.DeviceVersionComponent element) protected void
RdfParser.composeDeviceDeviceVersionComponent
(Turtle.Complex parent, String parentType, String name, Device.DeviceVersionComponent element, int index) protected void
XmlParser.composeDeviceDeviceVersionComponent
(String name, Device.DeviceVersionComponent element) protected void
XmlParser.composeDeviceDeviceVersionComponentElements
(Device.DeviceVersionComponent element) protected void
JsonParser.composeDeviceDeviceVersionComponentInner
(Device.DeviceVersionComponent element) protected boolean
XmlParser.parseDeviceDeviceVersionComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Device owner, Device.DeviceVersionComponent res) protected void
JsonParser.parseDeviceDeviceVersionComponentProperties
(com.google.gson.JsonObject json, Device owner, Device.DeviceVersionComponent res) -
Uses of Device.DeviceVersionComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<Device.DeviceVersionComponent> Device.version
The actual design of the device or software version running on the device.Modifier and TypeMethodDescriptionDevice.addVersion()
Device.DeviceVersionComponent.copy()
Device.getVersionFirstRep()
Device.DeviceVersionComponent.setComponent
(Identifier value) Device.DeviceVersionComponent.setType
(CodeableConcept value) Device.DeviceVersionComponent.setValueElement
(StringType value) Modifier and TypeMethodDescriptionDevice.addVersion
(Device.DeviceVersionComponent t) void
Device.DeviceVersionComponent.copyValues
(Device.DeviceVersionComponent dst) Modifier and TypeMethodDescriptionDevice.setVersion
(List<Device.DeviceVersionComponent> theVersion)