Uses of Class
org.linuxforhealth.fhir.model.resource.DeviceDefinition.Material
-
Packages that use DeviceDefinition.Material Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of DeviceDefinition.Material in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return DeviceDefinition.Material Modifier and Type Method Description DeviceDefinition.Material
DeviceDefinition.Material.Builder. build()
Build theDeviceDefinition.Material
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type DeviceDefinition.Material Modifier and Type Method Description java.util.List<DeviceDefinition.Material>
DeviceDefinition. getMaterial()
A substance used to create the material(s) of which the device is made.Methods in org.linuxforhealth.fhir.model.resource with parameters of type DeviceDefinition.Material Modifier and Type Method Description protected DeviceDefinition.Material.Builder
DeviceDefinition.Material.Builder. from(DeviceDefinition.Material material)
DeviceDefinition.Builder
DeviceDefinition.Builder. material(DeviceDefinition.Material... material)
A substance used to create the material(s) of which the device is made.protected void
DeviceDefinition.Material.Builder. validate(DeviceDefinition.Material material)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type DeviceDefinition.Material Modifier and Type Method Description DeviceDefinition.Builder
DeviceDefinition.Builder. material(java.util.Collection<DeviceDefinition.Material> material)
A substance used to create the material(s) of which the device is made.
-