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.DeviceName
DeviceDefinition.DeviceName.Builder. build()
Build theDeviceDefinition.DeviceName
Methods 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.Builder
DeviceDefinition.Builder. deviceName(DeviceDefinition.DeviceName... deviceName)
A name given to the device to identify it.protected DeviceDefinition.DeviceName.Builder
DeviceDefinition.DeviceName.Builder. from(DeviceDefinition.DeviceName deviceName)
protected void
DeviceDefinition.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.Builder
DeviceDefinition.Builder. deviceName(java.util.Collection<DeviceDefinition.DeviceName> deviceName)
A name given to the device to identify it.
-