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.UdiDeviceIdentifierDeviceDefinition.UdiDeviceIdentifier.Builder. build()Build theDeviceDefinition.UdiDeviceIdentifierMethods 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.BuilderDeviceDefinition.UdiDeviceIdentifier.Builder. from(DeviceDefinition.UdiDeviceIdentifier udiDeviceIdentifier)DeviceDefinition.BuilderDeviceDefinition.Builder. udiDeviceIdentifier(DeviceDefinition.UdiDeviceIdentifier... udiDeviceIdentifier)Unique device identifier (UDI) assigned to device label or package.protected voidDeviceDefinition.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.BuilderDeviceDefinition.Builder. udiDeviceIdentifier(java.util.Collection<DeviceDefinition.UdiDeviceIdentifier> udiDeviceIdentifier)Unique device identifier (UDI) assigned to device label or package.
-