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.DeviceName
Device.DeviceName.Builder. build()
Build theDevice.DeviceName
Methods 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.Builder
Device.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.Builder
Device.DeviceName.Builder. from(Device.DeviceName deviceName)
Method parameters in com.ibm.fhir.model.resource with type arguments of type Device.DeviceName Modifier and Type Method Description Device.Builder
Device.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.
-