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.DeviceName
Device.DeviceName.Builder. build()
Build theDevice.DeviceName
Methods 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.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)
protected void
Device.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.Builder
Device.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.
-