Uses of Class
org.hl7.fhir.r4.model.Device.DeviceDeviceNameComponent
-
Packages that use Device.DeviceDeviceNameComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Device.DeviceDeviceNameComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Device.DeviceDeviceNameComponent Modifier and Type Method Description protected Device.DeviceDeviceNameComponentJsonParser. parseDeviceDeviceDeviceNameComponent(com.google.gson.JsonObject json, Device owner)protected Device.DeviceDeviceNameComponentXmlParser. parseDeviceDeviceDeviceNameComponent(org.xmlpull.v1.XmlPullParser xpp, Device owner) -
Uses of Device.DeviceDeviceNameComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Device.DeviceDeviceNameComponent Modifier and Type Field Description protected List<Device.DeviceDeviceNameComponent>Device. deviceNameThis represents the manufacturer's name of the device as provided by the device, from a UDI label, or by a person describing the Device.Methods in org.hl7.fhir.r4.model that return Device.DeviceDeviceNameComponent Modifier and Type Method Description Device.DeviceDeviceNameComponentDevice. addDeviceName()Device.DeviceDeviceNameComponentDevice.DeviceDeviceNameComponent. copy()Device.DeviceDeviceNameComponentDevice. getDeviceNameFirstRep()Device.DeviceDeviceNameComponentDevice.DeviceDeviceNameComponent. setName(String value)Device.DeviceDeviceNameComponentDevice.DeviceDeviceNameComponent. setNameElement(StringType value)Device.DeviceDeviceNameComponentDevice.DeviceDeviceNameComponent. setType(Device.DeviceNameType value)Device.DeviceDeviceNameComponentDevice.DeviceDeviceNameComponent. setTypeElement(Enumeration<Device.DeviceNameType> value)Methods in org.hl7.fhir.r4.model that return types with arguments of type Device.DeviceDeviceNameComponent Modifier and Type Method Description List<Device.DeviceDeviceNameComponent>Device. getDeviceName()Methods in org.hl7.fhir.r4.model with parameters of type Device.DeviceDeviceNameComponent Modifier and Type Method Description DeviceDevice. addDeviceName(Device.DeviceDeviceNameComponent t)voidDevice.DeviceDeviceNameComponent. copyValues(Device.DeviceDeviceNameComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Device.DeviceDeviceNameComponent Modifier and Type Method Description DeviceDevice. setDeviceName(List<Device.DeviceDeviceNameComponent> theDeviceName)
-