Uses of Class
org.linuxforhealth.fhir.model.resource.Device.UdiCarrier
- 
Packages that use Device.UdiCarrier Package Description org.linuxforhealth.fhir.model.resource  - 
- 
Uses of Device.UdiCarrier in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Device.UdiCarrier Modifier and Type Method Description Device.UdiCarrierDevice.UdiCarrier.Builder. build()Build theDevice.UdiCarrierMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Device.UdiCarrier Modifier and Type Method Description java.util.List<Device.UdiCarrier>Device. getUdiCarrier()Unique device identifier (UDI) assigned to device label or package.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Device.UdiCarrier Modifier and Type Method Description protected Device.UdiCarrier.BuilderDevice.UdiCarrier.Builder. from(Device.UdiCarrier udiCarrier)Device.BuilderDevice.Builder. udiCarrier(Device.UdiCarrier... udiCarrier)Unique device identifier (UDI) assigned to device label or package.protected voidDevice.UdiCarrier.Builder. validate(Device.UdiCarrier udiCarrier)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Device.UdiCarrier Modifier and Type Method Description Device.BuilderDevice.Builder. udiCarrier(java.util.Collection<Device.UdiCarrier> udiCarrier)Unique device identifier (UDI) assigned to device label or package. 
 -