Uses of Class
org.hl7.fhir.r4.model.Device.DeviceVersionComponent
-
Packages that use Device.DeviceVersionComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Device.DeviceVersionComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Device.DeviceVersionComponent Modifier and Type Method Description protected Device.DeviceVersionComponentJsonParser. parseDeviceDeviceVersionComponent(com.google.gson.JsonObject json, Device owner)protected Device.DeviceVersionComponentXmlParser. parseDeviceDeviceVersionComponent(org.xmlpull.v1.XmlPullParser xpp, Device owner) -
Uses of Device.DeviceVersionComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Device.DeviceVersionComponent Modifier and Type Field Description protected 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.DeviceVersionComponent Modifier and Type Method Description Device.DeviceVersionComponentDevice. addVersion()Device.DeviceVersionComponentDevice.DeviceVersionComponent. copy()Device.DeviceVersionComponentDevice. getVersionFirstRep()Device.DeviceVersionComponentDevice.DeviceVersionComponent. setComponent(Identifier value)Device.DeviceVersionComponentDevice.DeviceVersionComponent. setType(CodeableConcept value)Device.DeviceVersionComponentDevice.DeviceVersionComponent. setValue(String value)Device.DeviceVersionComponentDevice.DeviceVersionComponent. setValueElement(StringType value)Methods in org.hl7.fhir.r4.model that return types with arguments of type Device.DeviceVersionComponent Modifier and Type Method Description List<Device.DeviceVersionComponent>Device. getVersion()Methods in org.hl7.fhir.r4.model with parameters of type Device.DeviceVersionComponent Modifier and Type Method Description DeviceDevice. addVersion(Device.DeviceVersionComponent t)voidDevice.DeviceVersionComponent. copyValues(Device.DeviceVersionComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Device.DeviceVersionComponent Modifier and Type Method Description DeviceDevice. setVersion(List<Device.DeviceVersionComponent> theVersion)
-