Uses of Class
org.linuxforhealth.fhir.model.resource.DeviceDefinition.UdiDeviceIdentifier
-
Packages that use DeviceDefinition.UdiDeviceIdentifier Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of DeviceDefinition.UdiDeviceIdentifier in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return DeviceDefinition.UdiDeviceIdentifier Modifier and Type Method Description DeviceDefinition.UdiDeviceIdentifier
DeviceDefinition.UdiDeviceIdentifier.Builder. build()
Build theDeviceDefinition.UdiDeviceIdentifier
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type DeviceDefinition.UdiDeviceIdentifier Modifier and Type Method Description java.util.List<DeviceDefinition.UdiDeviceIdentifier>
DeviceDefinition. getUdiDeviceIdentifier()
Unique device identifier (UDI) assigned to device label or package.Methods in org.linuxforhealth.fhir.model.resource with parameters of type DeviceDefinition.UdiDeviceIdentifier Modifier and Type Method Description protected DeviceDefinition.UdiDeviceIdentifier.Builder
DeviceDefinition.UdiDeviceIdentifier.Builder. from(DeviceDefinition.UdiDeviceIdentifier udiDeviceIdentifier)
DeviceDefinition.Builder
DeviceDefinition.Builder. udiDeviceIdentifier(DeviceDefinition.UdiDeviceIdentifier... udiDeviceIdentifier)
Unique device identifier (UDI) assigned to device label or package.protected void
DeviceDefinition.UdiDeviceIdentifier.Builder. validate(DeviceDefinition.UdiDeviceIdentifier udiDeviceIdentifier)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type DeviceDefinition.UdiDeviceIdentifier Modifier and Type Method Description DeviceDefinition.Builder
DeviceDefinition.Builder. udiDeviceIdentifier(java.util.Collection<DeviceDefinition.UdiDeviceIdentifier> udiDeviceIdentifier)
Unique device identifier (UDI) assigned to device label or package.
-