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.UdiCarrier
Device.UdiCarrier.Builder. build()
Build theDevice.UdiCarrier
Methods 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.Builder
Device.UdiCarrier.Builder. from(Device.UdiCarrier udiCarrier)
Device.Builder
Device.Builder. udiCarrier(Device.UdiCarrier... udiCarrier)
Unique device identifier (UDI) assigned to device label or package.protected void
Device.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.Builder
Device.Builder. udiCarrier(java.util.Collection<Device.UdiCarrier> udiCarrier)
Unique device identifier (UDI) assigned to device label or package.
-