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