Uses of Class
org.linuxforhealth.fhir.model.resource.DeviceDefinition.DeviceName
-
Packages that use DeviceDefinition.DeviceName Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of DeviceDefinition.DeviceName in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return DeviceDefinition.DeviceName Modifier and Type Method Description DeviceDefinition.DeviceNameDeviceDefinition.DeviceName.Builder. build()Build theDeviceDefinition.DeviceNameMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type DeviceDefinition.DeviceName Modifier and Type Method Description java.util.List<DeviceDefinition.DeviceName>DeviceDefinition. getDeviceName()A name given to the device to identify it.Methods in org.linuxforhealth.fhir.model.resource with parameters of type DeviceDefinition.DeviceName Modifier and Type Method Description DeviceDefinition.BuilderDeviceDefinition.Builder. deviceName(DeviceDefinition.DeviceName... deviceName)A name given to the device to identify it.protected DeviceDefinition.DeviceName.BuilderDeviceDefinition.DeviceName.Builder. from(DeviceDefinition.DeviceName deviceName)protected voidDeviceDefinition.DeviceName.Builder. validate(DeviceDefinition.DeviceName deviceName)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type DeviceDefinition.DeviceName Modifier and Type Method Description DeviceDefinition.BuilderDeviceDefinition.Builder. deviceName(java.util.Collection<DeviceDefinition.DeviceName> deviceName)A name given to the device to identify it.
-