
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.DeviceVersionComponentJsonParser.parseDeviceDeviceVersionComponent(com.google.gson.JsonObject json, Device owner) protected Device.DeviceVersionComponentXmlParser.parseDeviceDeviceVersionComponent(org.xmlpull.v1.XmlPullParser xpp, Device owner) Methods in org.hl7.fhir.r4.formats with parameters of type Device.DeviceVersionComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeDeviceDeviceVersionComponent(String name, Device.DeviceVersionComponent element) protected voidRdfParser.composeDeviceDeviceVersionComponent(Turtle.Complex parent, String parentType, String name, Device.DeviceVersionComponent element, int index) protected voidXmlParser.composeDeviceDeviceVersionComponent(String name, Device.DeviceVersionComponent element) protected voidXmlParser.composeDeviceDeviceVersionComponentElements(Device.DeviceVersionComponent element) protected voidJsonParser.composeDeviceDeviceVersionComponentInner(Device.DeviceVersionComponent element) protected booleanXmlParser.parseDeviceDeviceVersionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Device owner, Device.DeviceVersionComponent res) protected voidJsonParser.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.versionThe 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) voidDevice.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)