
Uses of Class
org.hl7.fhir.r4.model.Device.DeviceVersionComponent
Packages that use Device.DeviceVersionComponent
-
Uses of Device.DeviceVersionComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Device.DeviceVersionComponentModifier 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) Methods in org.hl7.fhir.r4.formats with parameters of type Device.DeviceVersionComponentModifier 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
Fields in org.hl7.fhir.r4.model with type parameters of type Device.DeviceVersionComponentModifier and TypeFieldDescriptionprotected List
<Device.DeviceVersionComponent> Device.version
The actual design of the device or software version running on the device.Methods in org.hl7.fhir.r4.model that return Device.DeviceVersionComponentModifier and TypeMethodDescriptionDevice.addVersion()
Device.DeviceVersionComponent.copy()
Device.getVersionFirstRep()
Device.DeviceVersionComponent.setComponent
(Identifier value) Device.DeviceVersionComponent.setType
(CodeableConcept value) Device.DeviceVersionComponent.setValueElement
(StringType value) Methods in org.hl7.fhir.r4.model that return types with arguments of type Device.DeviceVersionComponentMethods in org.hl7.fhir.r4.model with parameters of type Device.DeviceVersionComponentModifier and TypeMethodDescriptionDevice.addVersion
(Device.DeviceVersionComponent t) void
Device.DeviceVersionComponent.copyValues
(Device.DeviceVersionComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type Device.DeviceVersionComponentModifier and TypeMethodDescriptionDevice.setVersion
(List<Device.DeviceVersionComponent> theVersion)