Uses of Class
org.linuxforhealth.fhir.model.resource.Device.DeviceName
-
Packages that use Device.DeviceName Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Device.DeviceName in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Device.DeviceName Modifier and Type Method Description Device.DeviceNameDevice.DeviceName.Builder. build()Build theDevice.DeviceNameMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Device.DeviceName Modifier and Type Method Description java.util.List<Device.DeviceName>Device. getDeviceName()This 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.linuxforhealth.fhir.model.resource with parameters of type Device.DeviceName Modifier and Type Method Description Device.BuilderDevice.Builder. deviceName(Device.DeviceName... deviceName)This represents the manufacturer's name of the device as provided by the device, from a UDI label, or by a person describing the Device.protected Device.DeviceName.BuilderDevice.DeviceName.Builder. from(Device.DeviceName deviceName)protected voidDevice.DeviceName.Builder. validate(Device.DeviceName deviceName)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Device.DeviceName Modifier and Type Method Description Device.BuilderDevice.Builder. deviceName(java.util.Collection<Device.DeviceName> deviceName)This represents the manufacturer's name of the device as provided by the device, from a UDI label, or by a person describing the Device.
-