Uses of Class
com.ibm.fhir.model.resource.Device.DeviceName
-
Packages that use Device.DeviceName Package Description com.ibm.fhir.model.resource -
-
Uses of Device.DeviceName in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Device.DeviceName Modifier and Type Method Description Device.DeviceNameDevice.DeviceName.Builder. build()Build theDevice.DeviceNameMethods in com.ibm.fhir.model.resource that return types with arguments of type Device.DeviceName Modifier and Type Method Description 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 com.ibm.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 com.ibm.fhir.model.resource with type arguments of type Device.DeviceName Modifier and Type Method Description Device.BuilderDevice.Builder. deviceName(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.
-